Ansible-galaxy collection install random failure

Dear community,

I use a gitlab-ci to execute ansible-playbook command, but before this I install all the necessary such as collection. I got random failures as follow. Not sure where it comes from, looking for ideas arround thanks !

$ ansible-galaxy collection install scaleway.scaleway ansible.posix community.docker

ERROR! Failed to download collection tar from 'default' due to the following unforeseen error: <urlopen error [Errno 101] Network is unreachable>. <urlopen error [Errno 101] Network is unreachable>

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/scaleway-scaleway-2.7.0.tar.gz to /root/.ansible/tmp/ansible-local-3429mb2qz8rz/tmpygm5ddju/scaleway-scaleway-2.7.0-4bvni0tt

Cleaning up project directory and file based variables00:00

ERROR: Job failed: exit code 1

seems related to internal bind server failing some dns resolution because IPV6.
not related to ansible sorry :slight_smile:

@romgo if you can come up with a simple reproducer, please report it on the bug tracker. Perhaps, we could improve the error message or something around that.