Skip to content

Commit 94acd18

Browse files
authored
antsibull-nox: use community.crypto 2.x.y for ansible-core < 2.17 (#10106)
Use community.crypto 2.x.y for ansible-core < 2.17.
1 parent 299172d commit 94acd18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

antsibull-nox.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"community.docker" = "git+https://github.com/ansible-collections/community.docker.git,main"
99
"community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main"
1010

11+
[collection_sources_per_ansible.'2.15']
12+
# community.crypto's main branch needs ansible-core >= 2.17
13+
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
14+
15+
[collection_sources_per_ansible.'2.16']
16+
# community.crypto's main branch needs ansible-core >= 2.17
17+
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
18+
1119
[sessions]
1220

1321
[sessions.docs_check]

0 commit comments

Comments
 (0)