Use community.crypto 2.x.y for older ansible-core versions / Python versions. (#1076)

This commit is contained in:
Felix Fontein
2025-05-01 12:30:07 +02:00
committed by GitHub
parent e0b9c45579
commit 295428167b
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -112,12 +112,13 @@ jobs:
integration-continue-on-error: 'false'
integration-diff: 'false'
integration-retry-on-error: 'true'
# TODO: remove "--branch stable-2" from community.crypto install once we're only using ansible-core 2.17 or newer!
pre-test-cmd: >-
mkdir -p ../../ansible
;
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.general.git ../../community/general
;