From 3211feff2d13e02bad5e6b9b1ff79054a53ff23f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 8 Jun 2025 20:27:47 +0200 Subject: [PATCH] Use matching c.g branch for older ansible-core versions. --- antsibull-nox.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 51db7fea..3d7a6166 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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