1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +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: - Install a role:
`ansible-galaxy install {{role_name}}` `ansible-galaxy install {{username.role_name}}`
- Remove a role: - Remove a role:
`ansible-galaxy remove {{role_name}}` `ansible-galaxy remove {{username.role_name}}`
- List installed roles: - List installed roles:
`ansible-galaxy list` `ansible-galaxy list`
- Search for roles: - Search for a given role:
`ansible-galaxy search {{role_name}}` `ansible-galaxy search {{role_name}}`