From 091f04bd9de61a33e815c93dba68057a64a21a9d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 11 Oct 2025 15:37:25 +0200 Subject: [PATCH] Bump community.general stable branch. --- antsibull-nox.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 2aa5cc7f..827531f2 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -17,6 +17,8 @@ [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" +# community.general's main branch needs ansible-core >= 2.17 +"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-11" [vcs] vcs = "git"