From 4220f8856821720cc69585530298067119a0aba8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 25 Jan 2026 13:16:43 +0100 Subject: [PATCH] CI: install community.crypto from Git. (cherry picked from commit 14be59e7e48dd31d1a1135440643faaddef8f531) --- antsibull-nox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 05dc623e..d40da2cf 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -4,6 +4,7 @@ [collection_sources] "ansible.posix" = "git+https://github.com/ansible-collections/ansible.posix.git,main" +"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,main" "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" "community.library_inventory_filtering_v1" = "git+https://github.com/ansible-collections/community.library_inventory_filtering.git,stable-1"