Hello,
Has someone experienced an error when syncing projects?
error encountered:
ERROR! Failed to download collection tar from 'explicit_requirement_community.general' due to the following unforeseen error: <urlopen error Tunnel connection failed: 403 Forbidden>. <urlopen error Tunnel connection failed: 403 Forbidden>
The file requirements.yml created under collections folder in my project directory.
---
collections:
- name: community.general
version: 7.4.0
From the AWX GUI Output, the download is starting however is 403 Forbidden, it somewhat needs some kind of authentication.
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Downloading
https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-general-7.2.0.tar.gz to /var/lib/awx/projects/.__awx_cache/******/stage/tmp/ansible-local-55416g0r_kfh4/tmp1nury9pd/community-general-7.2.0-23jv496b
Do you know any workaround?