1
0
Fork 0
mirror of https://github.com/Luzifer/ansible-role-version.git synced 2024-12-22 18:41:22 +00:00

Update README

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-11 00:04:53 +01:00
parent 4c3bbb2c00
commit 2300ed08be
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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!