mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-27 17:06:52 +00:00
Stick to older community.general branch.
This commit is contained in:
@@ -86,7 +86,7 @@ retry git clone --depth=1 --single-branch https://github.com/ansible-collections
|
||||
# retry ansible-galaxy -vvv collection install community.internal_test_tools
|
||||
|
||||
if [ "${script}" != "units" ] && [ "${script}" != "sanity" ] && [ "${ansible_version}" != "2.9" ]; then
|
||||
retry git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/general"
|
||||
retry git clone --depth=1 --single-branch --branch stable-11 https://github.com/ansible-collections/community.general.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/general"
|
||||
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
||||
# retry ansible-galaxy -vvv collection install community.general
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user