1
0
Fork 0
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:
Brandon Soto 2017-09-13 21:40:12 -07:00
parent 80d52eb264
commit eb1accac2a

View file

@ -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}}`