1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-27 14:43:29 +00:00

Use community.crypto 2.x.y with ansible-core 2.17 as well.

(cherry picked from commit 6d637d537e)
This commit is contained in:
Felix Fontein 2026-06-22 06:53:03 +02:00
parent 2bb42c8469
commit e028100fbe

View file

@ -12,6 +12,10 @@
# community.crypto's main branch needs ansible-core >= 2.17
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
[collection_sources_per_ansible.'2.17']
# The Ubuntu 20.04 image from ansible-core 2.17 has an old enough cryptography that won't work with community.crypto's main branch.
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
[vcs]
vcs = "git"
development_branch = "main"