mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-18 18:14:04 -07:00
Back out ci change, try installing community.crypto in runme.sh
This commit is contained in:
parent
51c1be228f
commit
1035213580
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ jobs:
|
|||
# and test against the minimum version of Python supported by both. If/when we change
|
||||
# the integration tests to support parallelism we can revisit.
|
||||
ansible_version:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- stable-2.19
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
set -eux
|
||||
|
||||
# prereq
|
||||
ansible-galaxy collection install community.crypto
|
||||
|
||||
# test infra
|
||||
ansible-playbook playbooks/setup.yml "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue