diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 0c2292f..cf405d0 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,7 +1,11 @@ +--- collections: - name: community.general - version: "==13.1.0" + 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 - version: "==2.2.1" + 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 - version: "==5.2.1" + type: url + source: https://git.oblachno.oblachno.fyi/api/packages/emil/generic/ansible-collections/5.2.1/community-docker-5.2.1.tar.gz