From c5a161b2b03f5d8e18861f208ad6c1dd856bbfd6 Mon Sep 17 00:00:00 2001 From: Andrius Benokraitis Date: Mon, 28 Sep 2020 11:07:03 -0400 Subject: [PATCH] Update faq.rst (#71982) Added link to https://access.redhat.com/solutions/5295121 in third sentence --- docs/docsite/rst/reference_appendices/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst index 329e2b4cdcf..6a847a21547 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 `_. 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 `. Collections may be maintained by the Ansible team, by the Ansible community, or by Ansible partners. The `ansible/ansible repository `_ 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 `_. 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 `. Collections may be maintained by the Ansible team, by the Ansible community, or by Ansible partners. The `ansible/ansible repository `_ 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`.