mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 06:18:17 +01:00
ansible-galaxy: update examples
This commit is contained in:
parent
80d52eb264
commit
eb1accac2a
1 changed files with 3 additions and 3 deletions
|
@ -4,17 +4,17 @@
|
|||
|
||||
- Install a role:
|
||||
|
||||
`ansible-galaxy install {{role_name}}`
|
||||
`ansible-galaxy install {{username.role_name}}`
|
||||
|
||||
- Remove a role:
|
||||
|
||||
`ansible-galaxy remove {{role_name}}`
|
||||
`ansible-galaxy remove {{username.role_name}}`
|
||||
|
||||
- List installed roles:
|
||||
|
||||
`ansible-galaxy list`
|
||||
|
||||
- Search for roles:
|
||||
- Search for a given role:
|
||||
|
||||
`ansible-galaxy search {{role_name}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue