Back out ci change, try installing community.crypto in runme.sh

This commit is contained in:
Chris Hawk 2025-10-03 16:15:26 -07:00
commit 1035213580
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -2,6 +2,9 @@
set -eux
# prereq
ansible-galaxy collection install community.crypto
# test infra
ansible-playbook playbooks/setup.yml "$@"