Ansible Galaxy (https://galaxy.ansible.com/) taking very long to respond

Note that there is some inconsistency in the way the git tags are set up, which means some collections use the v prefix (at least ansible.netcommon and ansible.utils) while others use the bare version. In my example, this works:

collections:
  - git+https://github.com/ansible-collections/ansible.netcommon.git,v5.3.0
  - git+https://github.com/ansible-collections/ansible.posix.git,1.5.4
  - git+https://github.com/ansible-collections/ansible.utils.git,v2.12.0
  - git+https://github.com/ansible-collections/community.crypto.git,2.18.0
  - git+https://github.com/ansible-collections/community.general.git,8.5.0
  - git+https://github.com/ansible-collections/community.postgresql.git,3.4.0
1 Like