Files
devx/tests
emilandDevin <158243242+devin-ai-integration[bot]@users.noreply.github.com> b9d660902b
CI / validate (pull_request) Failing after 22s
CI / auto-merge (pull_request) Skipped
feat(setup): mirror Ansible collections from Gitea registry with auth
ansible-galaxy type: url doesn't support auth headers, and Gitea's
package API requires authentication even for public orgs. Add
_try_gitea_mirror_install() which downloads type: url tarballs from
the Gitea package registry with token auth, then installs from local
files with --offline. Falls back to direct galaxy.ansible.com install
if no token is available or mirror download fails.

This prevents transient "read operation timed out" failures from
galaxy.ansible.com that were causing CI molecule-tests to fail.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-08 22:42:44 +02:00
..