diff options
author | David Moreau Simard <moi@dmsimard.com> | 2021-02-16 18:24:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 18:24:52 +0100 |
commit | d40da3ee0bddbcdba1371e5db021837a9575322a (patch) | |
tree | a2d39a68d09fbaffe63e2ec1a80465d25ae9d0dd | |
parent | ansible-galaxy - set the cache file after getting all collection versions (#7... (diff) | |
download | ansible-d40da3ee0bddbcdba1371e5db021837a9575322a.tar.xz ansible-d40da3ee0bddbcdba1371e5db021837a9575322a.zip |
Update 2.10 porting guide to include module index (#73615)
This will help users find out where modules and plugins might have been moved.
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_2.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst index 2b03959a4f..9ca1e925b5 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst @@ -9,7 +9,7 @@ Ansible 2.10 Porting Guide .. warning:: - In Ansible 2.10, many plugins and modules have migrated to Collections on `Ansible Galaxy <https://galaxy.ansible.com>`_. Your playbooks should continue to work without any changes. We recommend you start using the fully-qualified collection name (FQCN) in your playbooks as the explicit and authoritative indicator of which collection to use as some collections may contain duplicate module names. + In Ansible 2.10, many plugins and modules have migrated to Collections on `Ansible Galaxy <https://galaxy.ansible.com>`_. Your playbooks should continue to work without any changes. We recommend you start using the fully-qualified collection name (FQCN) in your playbooks as the explicit and authoritative indicator of which collection to use as some collections may contain duplicate module names. You can search the `index of all modules <https://docs.ansible.com/ansible/2.10/collections/index_module.html>`_ to find the collection a module has been relocated to. This section discusses the behavioral changes between Ansible 2.9 and Ansible 2.10. |