Actions
Bug #35746
closedCannot sync ansible collections repositories to smart proxy
Description
I believe the issue is here: https://github.com/Katello/katello/blob/master/app/services/katello/pulp3/repository/ansible_collection.rb#L28
My smart proxy was getting a 404 trying to find the collection tar.gz file:
Last sync failed: URL: foreman.example.com/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/Default_Organization/Precipitation/All_Repo_Types/custom/Buttermilk_Pancakes/Ansible_Repo/collections/artifacts/geerlingguy-php_roles-0.9.3.tar.gz not supported.
I could download the tar.gz file here: https://foreman.example.com/pulp/content/Default_Organization/Precipitation/All_Repo_Types/custom/Buttermilk_Pancakes/Ansible_Repo/geerlingguy-php_roles-0.9.3.tar.gz
Actions