I believe having a * for dependencies is causing Ansible Automation Hub to pull in every version of community.general. This is over 100 versions and it's triggering this bug on Ansible Automation Platform 2.3 (Ansible Core <2.14): ansible/ansible#77911
Please consider setting a min required version instead of the wildcard if possible?
Edit: This may need to be applied elsewhere, not sure if this is the correct place for this issue... I just followed the link from Galaxy.
...
Dependencies
This collections requires the following collections for use
ansible.posix: *
community.general: *
containers.podman: *
I believe having a * for dependencies is causing Ansible Automation Hub to pull in every version of community.general. This is over 100 versions and it's triggering this bug on Ansible Automation Platform 2.3 (Ansible Core <2.14): ansible/ansible#77911
Please consider setting a min required version instead of the wildcard if possible?
Edit: This may need to be applied elsewhere, not sure if this is the correct place for this issue... I just followed the link from Galaxy.
...
Dependencies
This collections requires the following collections for use
ansible.posix: *
community.general: *
containers.podman: *