From e5ccdaec88c100f064feb5f652666c09451ca27b Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Thu, 24 May 2018 23:47:03 -0400 Subject: [PATCH] Better Galaxy description for role reuse (#40557) * Better Galaxy description for role reuse * update per gundalow review --- docs/docsite/rst/user_guide/playbooks_reuse_roles.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst index aa60e7c7fa..0ef93145b1 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst @@ -395,14 +395,14 @@ Ansible Galaxy `Ansible Galaxy `_ is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects. -You can sign up with social auth, and the download client 'ansible-galaxy' is included in Ansible 1.4.2 and later. +The client ``ansible-galaxy`` is included in Ansible. The Galaxy client allows you to download roles from Ansible Galaxy, and also provides an excellent default framework for creating your own roles. -Read the "About" page on the Galaxy site for more information. +Read the Ansible Galaxy introduction _ page for more information .. seealso:: :ref:`ansible_galaxy` - How to share roles on galaxy, role management + How to create new roles, share roles on Galaxy, role management :ref:`yaml_syntax` Learn about YAML syntax :ref:`working_with_playbooks`