diff --git a/antsibull-nox.toml b/antsibull-nox.toml index f70fedc5..84d4fd1c 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -36,6 +36,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"