From aeb668a645ac3ae1c54396559425b84c488855af Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 30 Apr 2025 07:50:23 +0200 Subject: [PATCH] Use community.crypto's stable-2 branch in EOL CI. --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index c5b26dba9a..7842888903 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -171,7 +171,7 @@ jobs: ; git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.posix.git ../../ansible/posix ; - git clone --depth=1 --single-branch https://github.com/ansible-collections/community.crypto.git ../../community/crypto + git clone --depth=1 --single-branch --branch stable-2 https://github.com/ansible-collections/community.crypto.git ../../community/crypto ; git clone --depth=1 --single-branch https://github.com/ansible-collections/community.docker.git ../../community/docker ;