From 2b66d7ecd138d904f8218c0bad02ea94d81058ea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 1 May 2025 15:16:36 +0200 Subject: [PATCH] This also applies for ansible-core 2.15. --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 70ae02eb..86cb80f3 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -70,7 +70,7 @@ export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../" # START: HACK COMMUNITY_CRYPTO_BRANCH=main -if [ "${ansible_version}" == "2.16" ]; then +if [ "${ansible_version}" == "2.16" ] || [ "${ansible_version}" == "2.15" ]; then COMMUNITY_CRYPTO_BRANCH=stable-2 fi