summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Benokraitis <andriusb@redhat.com>2020-09-28 10:59:32 -0400
committerGitHub <noreply@github.com>2020-09-28 10:59:32 -0400
commit00fe9884ef2fbe17ba37565c2d9247e11ad9f2a3 (patch)
tree321f63e2b908edc5eaa79f76f17f42c9d9a96662
parent6a7e637c5f5c715b148e9879fd3936d2598b77f8 (diff)
downloadansible-abenokraitis-patch-1.tar.gz
Update faq.rstabenokraitis-patch-1
Added link to https://access.redhat.com/solutions/5295121 in third sentence
-rw-r--r--docs/docsite/rst/reference_appendices/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst
index 329e2b4cdc..6a847a2154 100644
--- a/docs/docsite/rst/reference_appendices/faq.rst
+++ b/docs/docsite/rst/reference_appendices/faq.rst
@@ -10,7 +10,7 @@ Here are some commonly asked questions and their answers.
Where did all the modules go?
+++++++++++++++++++++++++++++
-In July, 2019, we announced that collections would be the `future of Ansible content delivery <https://www.ansible.com/blog/the-future-of-ansible-content-delivery>`_. A collection is a distribution format for Ansible content that can include playbooks, roles, modules, and plugins. In Ansible 2.9 we added support for collections. In Ansible 2.10 we extracted most modules from the main ansible/ansible repository and placed them in :ref:`collections <list_of_collections>`. Collections may be maintained by the Ansible team, by the Ansible community, or by Ansible partners. The `ansible/ansible repository <https://github.com/ansible/ansible>`_ now contains the code for basic features and functions, such as copying module code to managed nodes. This code is also known as ``ansible-base``.
+In July, 2019, we announced that collections would be the `future of Ansible content delivery <https://www.ansible.com/blog/the-future-of-ansible-content-delivery>`_. A collection is a distribution format for Ansible content that can include playbooks, roles, modules, and plugins. In Ansible 2.9 we added support for collections. In Ansible 2.10 we `extracted most modules from the main ansible/ansible repository <https://access.redhat.com/solutions/5295121>`_ and placed them in :ref:`collections <list_of_collections>`. Collections may be maintained by the Ansible team, by the Ansible community, or by Ansible partners. The `ansible/ansible repository <https://github.com/ansible/ansible>`_ now contains the code for basic features and functions, such as copying module code to managed nodes. This code is also known as ``ansible-base``.
* To learn more about using collections, see :ref:`collections`.
* To learn more about developing collections, see :ref:`developing_collections`.