Problem:
After upgrading ansible plugin from 0.12 to 0.16 ansible-galaxy install receives a new api generated url for the content download that does not exist in the server
Expected outcome:
Succes installing pulp hosted ansible collection
Pulpcore version:
3.22.0
Pulp plugins installed and their versions:
ansible 0.16.0
file 1.11.2
rpm 3.18.9
Operating system - distribution and version:
rhel 7.9
Other relevant data:
Log:
ansible-galaxy collection install --server http://server:8081/pulp_ansible/galaxy/collections/testom -r requirements.yml -c -vvv
ansible-galaxy 2.9.27
config file = /etc/ansible/ansible.cfg
âŚ
Processing requirement collection ânetbox.netboxâ
Collection ânetbox.netboxâ obtained from server cmd_arg http://server:8081/pulp_ansible/galaxy/collections/testom/api
Starting collection install process
Installing ânetbox.netbox:3.7.1â to â/$HOME/.ansible/collections/ansible_collections/netbox/netboxâ
Downloading http://server/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/collections/testom/collections/artifacts/netbox-netbox-3.7.1.tar.gz to /$HOME/.ansible/tmp/ansible-local-118835XNWFni/tmpcU7cIc
ERROR! Unexpected Exception, this is probably a bug: HTTP Error 404: Not Found
âŚ