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

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