<Error>
<Code>InvalidAccessKeyId</Code>
<Message>
The AWS Access Key Id you provided does not exist in our records.
</Message>
<AWSAccessKeyId>AKIA5DP...</AWSAccessKeyId>
<RequestId>JT0737XVMH0QCFJS</RequestId>
<HostId>
6Q7pSJJ32H...
</HostId>
</Error>
Seems to be an issue with any collection I try on Galaxy
Same. Ansible Galaxy downloads appear to be entirely broken ATM.
ansible-galaxy collection install community.general
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-9.1.0.tar.gz to /root/.ansible/tmp/ansible-local-54yfkgv2sy/tmpsvjdcz2a/community-general-9.1.0-s2jq6ldk
ERROR! Failed to download collection tar from 'default' due to the following unforeseen error: HTTP Error 403: Forbidden. HTTP Error 403: Forbidden
This is the same error manifesting through ansible-galaxy cli. afaik Galaxy does not/will not require a login. This is an issue upstream with the Ansible Galaxy server.
ansible-galaxy collection install containers.podman
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/containers-podman-1.15.3.tar.gz to /root/.ansible/tmp/ansible-local-2791ixth0umt/tmp90ieu488/containers-podman-1.15.3-qfiipg58
ERROR! Failed to download collection tar from 'default' due to the following unforeseen error: HTTP Error 403: Forbidden. HTTP Error 403: Forbidden
Yeah, something seems to be broken right now. Neither downloading directly nor installing via ansible-galaxy collection install seems to be working since at least 30 minutes.