When using the ee_repository role, the task "Create EE Repository | Wait for finish the ee_repository creation" is failing with HTTP Error 308: Permanent Redirect
When doing a manual curl against AH https://<ah_url>/pulp/api/v3/distributions/container/container/?name=ansible-automation-platform-23%2Fee-29-rhel8 I am getting: HTTP Error 308: Permanent Redirect
Perhaps the pulp api has changed with the latest version?
Summary
When using the
ee_repository
role, the task"Create EE Repository | Wait for finish the ee_repository creation"
is failing withHTTP Error 308: Permanent Redirect
Issue Type
Ansible, Collection, Private Automation Hub details
OS / ENVIRONMENT
RHEL 8, AH 4.6.2, Pulp Ansible 0.15.0
Desired Behavior
Successfully run task ee_repository creation
Actual Behavior
STEPS TO REPRODUCE
Vars:
Run the following playbook:
When doing a manual curl against AH
https://<ah_url>/pulp/api/v3/distributions/container/container/?name=ansible-automation-platform-23%2Fee-29-rhel8
I am getting:HTTP Error 308: Permanent Redirect
Perhaps the pulp api has changed with the latest version?