From e028100fbe487286d3756428a27615da4e2390d3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 22 Jun 2026 06:53:03 +0200 Subject: [PATCH] Use community.crypto 2.x.y with ansible-core 2.17 as well. (cherry picked from commit 6d637d537e4e51f11fc54598c7c9ce48d70b518a) --- antsibull-nox.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 410f37884e..d4ec6bdd46 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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"