This also applies for ansible-core 2.15.

This commit is contained in:
Felix Fontein 2025-05-01 15:16:36 +02:00 committed by GitHub
parent 9af56fca88
commit 2b66d7ecd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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