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:
parent
2bb42c8469
commit
e028100fbe
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue