From 3bfebd88059335641f01b8fbd0d9c3abe482cc59 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 25 Jan 2026 13:21:43 +0100 Subject: [PATCH] CI: Install c.g from git. (cherry picked from commit e91f8ec5209aa46f25e78e7731cfcbf864e4dbfd) --- antsibull-nox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 2cd1976d..f0390a77 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -3,6 +3,7 @@ # SPDX-FileCopyrightText: 2025 Felix Fontein [collection_sources] +"community.general" = "git+https://github.com/ansible-collections/community.general.git,main" "community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main" [vcs]