mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-11 20:29:57 +00:00
Use matching c.g branch for older ansible-core versions.
This commit is contained in:
parent
7432052cd6
commit
3211feff2d
@ -9,15 +9,23 @@
|
||||
|
||||
[collection_sources_per_ansible.'2.11']
|
||||
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
||||
# community.general's stable-8 branch needs ansible-core >= 2.13
|
||||
"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-7"
|
||||
|
||||
[collection_sources_per_ansible.'2.12']
|
||||
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
||||
# community.general's stable-8 branch needs ansible-core >= 2.13
|
||||
"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-7"
|
||||
|
||||
[collection_sources_per_ansible.'2.13']
|
||||
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
||||
# community.general's stable-10 branch needs ansible-core >= 2.15
|
||||
"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-9"
|
||||
|
||||
[collection_sources_per_ansible.'2.14']
|
||||
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
||||
# community.general's stable-10 branch needs ansible-core >= 2.15
|
||||
"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-9"
|
||||
|
||||
[collection_sources_per_ansible.'2.15']
|
||||
# community.crypto's main branch needs ansible-core >= 2.17
|
||||
|
||||
Loading…
Reference in New Issue
Block a user