From 5a992bb34db3f6cf009a8c5c473d6a5078733442 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 May 2025 21:43:59 +0200 Subject: [PATCH] Use community.crypto 2.x.y for ansible-core < 2.17. (#1078) --- antsibull-nox.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index cd8d0f41..e58ebde7 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -6,6 +6,14 @@ "community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main" "community.library_inventory_filtering_v1" = "git+https://github.com/ansible-collections/community.library_inventory_filtering.git,stable-1" +[collection_sources_per_ansible.'2.15'] +# 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.16'] +# community.crypto's main branch needs ansible-core >= 2.17 +"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2" + [sessions] [sessions.lint]