Where did a module go during the Ansible 2.9 to 2.10 content migration?

Solution In Progress - Updated -

Environment

  • Ansible Base 2.10
  • Ansible 2.10
  • Ansible 2.9

Issue

After installing Ansible, I no longer know exactly where a module went. It was originally just included as part of Ansible 2.9 but with 2.10 it's unclear what Collection the content was migrated to.

Resolution

In order to find where content was migrated to as part of the holistic Collections effort, please refer to the following file that indicates where modules were migrated to:

https://github.com/ansible/ansible/blob/devel/lib/ansible/config/ansible_builtin_runtime.yml

For documentation for Collections included in Ansible 2.10 and later, you can refer to the following links on the Ansible Documentation Site:

Ansible 2.10 URL:
https://docs.ansible.com/ansible/2.10/collections/index.html

Latest Version URL:
https://docs.ansible.com/ansible/latest/collections/index.html

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments