From 80d52eb2643eb7d7669561e0a9032ccace770ba9 Mon Sep 17 00:00:00 2001 From: Brandon Soto Date: Wed, 13 Sep 2017 20:01:49 -0700 Subject: [PATCH] ansible-galaxy: fix formatting errors --- pages/common/ansible-galaxy.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/ansible-galaxy.md b/pages/common/ansible-galaxy.md index 43bdbf152..c5161ebe4 100644 --- a/pages/common/ansible-galaxy.md +++ b/pages/common/ansible-galaxy.md @@ -1,23 +1,23 @@ # ansible-galaxy -> Create and manage Ansible roles +> Create and manage Ansible roles. -- Install a role +- Install a role: `ansible-galaxy install {{role_name}}` -- Remove a role +- Remove a role: `ansible-galaxy remove {{role_name}}` -- List installed roles +- List installed roles: `ansible-galaxy list` -- Search for roles +- Search for roles: `ansible-galaxy search {{role_name}}` -- Create a new role +- Create a new role: -`ansible-galaxy init {{role_name}}` \ No newline at end of file +`ansible-galaxy init {{role_name}}`