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:
parent
cc40bd5415
commit
64e6f1bb30
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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:**
|
||||
|
||||
|
|
Loading…
Reference in a new issue