mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-11 04:15:28 +00:00
This also applies for ansible-core 2.15.
This commit is contained in:
parent
9af56fca88
commit
2b66d7ecd1
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user