Public Access
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>