From e91f8ec5209aa46f25e78e7731cfcbf864e4dbfd 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. --- antsibull-nox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 694467a4..c92621e7 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]