From 1035213580daa6848fbd8a7122d448f6944d1a61 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 3 Oct 2025 16:15:26 -0700 Subject: [PATCH] Back out ci change, try installing community.crypto in runme.sh --- .github/workflows/ansible-integration-tests.yml | 1 + tests/integration/targets/connection_plugin/runme.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ansible-integration-tests.yml b/.github/workflows/ansible-integration-tests.yml index 7080060a..dc96f6fd 100644 --- a/.github/workflows/ansible-integration-tests.yml +++ b/.github/workflows/ansible-integration-tests.yml @@ -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 diff --git a/tests/integration/targets/connection_plugin/runme.sh b/tests/integration/targets/connection_plugin/runme.sh index 678cb6a6..c6f9b553 100755 --- a/tests/integration/targets/connection_plugin/runme.sh +++ b/tests/integration/targets/connection_plugin/runme.sh @@ -2,6 +2,9 @@ set -eux +# prereq +ansible-galaxy collection install community.crypto + # test infra ansible-playbook playbooks/setup.yml "$@"