Merge pull request #33 from gardar/ci/galaxy-blackhole

fix: grab dependencies from github to avoid galaxy timeouts
This commit is contained in:
Ben Kochie 2023-03-02 06:38:23 +01:00 committed by GitHub
commit a715cb3f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
---
collections:
- community.general
- community.crypto
- name: https://github.com/ansible-collections/community.general.git
type: git
- name: https://github.com/ansible-collections/community.crypto.git
type: git

View file

@ -25,7 +25,7 @@ if [ "$(printf '%s\n' "2.12" "$ansible_version" | sort -V | head -n1)" = "2.12"
python -m pip install molecule molecule-plugins[docker]
else
python -m pip install molecule molecule-docker
ansible-galaxy collection install community.docker
ansible-galaxy collection install git+https://github.com/ansible-collections/community.docker.git
ansible-galaxy collection install -r "$collection_root/requirements.yml"
fi