From f96a218a5556592f8ba8efee08ecef76d79a0bde Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 30 May 2026 12:47:56 +0200 Subject: [PATCH] Use correct c.g branch. --- antsibull-nox.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index a160a8cb..333c8f88 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -9,6 +9,10 @@ "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.17'] +# community.general's main branch needs ansible-core >= 2.18 +"community.general" = "git+https://github.com/ansible-collections/community.general.git,stable-12" + [vcs] vcs = "git" development_branch = "main"