From 68907ac994d0ca59846155f303cc62982aae8d7e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 11 Oct 2025 15:39:18 +0200 Subject: [PATCH] Stick to older community.general branch. --- 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 6fa4b8b4..939db932 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -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