Skip to content

Commit

Permalink
Merge pull request #33 from gardar/ci/galaxy-blackhole
Browse files Browse the repository at this point in the history
fix: grab dependencies from github to avoid galaxy timeouts
  • Loading branch information
SuperQ authored Mar 2, 2023
2 parents 0c7854f + 3a8e8b5 commit a715cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/integration/molecule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a715cb3

Please sign in to comment.