summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg.dekoenigsberg@gmail.com>2018-05-24 23:47:03 -0400
committerAdam Miller <admiller@redhat.com>2018-05-24 22:47:03 -0500
commite5ccdaec88c100f064feb5f652666c09451ca27b (patch)
tree9f1eb596791e798b9bee70b6061522b2d1310252
parent294c3a0a7c942452ae1fc7f22084e598d11786ff (diff)
downloadansible-e5ccdaec88c100f064feb5f652666c09451ca27b.tar.gz
Better Galaxy description for role reuse (#40557)
* Better Galaxy description for role reuse * update per gundalow review
-rw-r--r--docs/docsite/rst/user_guide/playbooks_reuse_roles.rst6
1 files 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 <https://galaxy.ansible.com>`_ 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 <https://galaxy.ansible.com/intro>_ 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`