Skip to content

Commit

Permalink
fix: grab dependencies from github to avoid galaxy timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <gardar@users.noreply.github.com>
  • Loading branch information
gardar committed Mar 2, 2023
1 parent 0c7854f commit 3a8e8b5
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 3a8e8b5

Please sign in to comment.