HELP WANTED
Urgent Ansible 2.13+ Support Needed
Dear Bubble,
I urgently need your help with an issue I’m currently struggling with in Ansible:
In version 2.11.3, I heavily relied on the functionality of Collections. This means I managed various collections under a namespace and referenced them as dependencies. For example, when installing a Jira Collection, it would also pull the http Collection and, in turn, the httpd Collection along with a system-Basics Collection. ![]()
Now, with Ansible 2.15.3, I’m facing an issue as it seems the structure has been significantly changed. ![]()
I can no longer use playbooks within the Collections, as I used to manage everything magically within those playbooks. Does this now need to be done through sub-roles within the Collection? ![]()
I can’t establish dependencies between Collections anymore. If I specify a dependency in the meta/runtime.yml or meta/main.yml, it doesn’t get pulled. ![]()
It would be great if someone could provide me with some guidance because I can’t find any information on this online! ![]()