Switch requirements.yml to type: url entries pointing to the Gitea package registry. The devx setup.py downloads these with token auth and installs offline, falling back to galaxy.ansible.com if the mirror is unavailable. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
12 lines
522 B
YAML
12 lines
522 B
YAML
---
|
|
collections:
|
|
- name: community.general
|
|
type: url
|
|
source: https://git.oblachno.oblachno.fyi/api/packages/emil/generic/ansible-collections/13.1.0/community-general-13.1.0.tar.gz
|
|
- name: ansible.posix
|
|
type: url
|
|
source: https://git.oblachno.oblachno.fyi/api/packages/emil/generic/ansible-collections/2.2.1/ansible-posix-2.2.1.tar.gz
|
|
- name: community.docker
|
|
type: url
|
|
source: https://git.oblachno.oblachno.fyi/api/packages/emil/generic/ansible-collections/5.2.1/community-docker-5.2.1.tar.gz
|