mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-22 10:31:20 +00:00
Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4c3bbb2c00
commit
2300ed08be
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Lets say you do have a repository containing this `requirements.yml`:
|
|||
Now your CI system should update the version of `docker-compose` to `v1.0.1` and you don't want to fiddle with bash magic:
|
||||
|
||||
```bash
|
||||
$ ansible-role-version docker-compose v1.0.1
|
||||
$ ansible-role-version set docker-compose v1.0.1
|
||||
```
|
||||
|
||||
And you're done!
|
||||
|
|
Loading…
Reference in a new issue