1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Improve ansible galaxy docs

This commit is contained in:
L3D 2020-01-15 22:05:00 +01:00
parent cc40bd5415
commit 64e6f1bb30
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -14,6 +14,18 @@ This anisble role should be executet on ``localhost``.
### Example playbook:
**With ansible galaxy:**
```bash
# install role
ansible-galaxy install do1jlr.ansible_version
```
Example playbook:
```
---
- hosts: localhost
roles:
- do1jlr.ansible_version
```
**Without ansible galaxy:**