feat(module): add collection community.general

this is required for the use of the community.general.gitlab_* namespace

!10
This commit is contained in:
2023-05-26 17:02:47 +09:30
parent 318a91ce6d
commit 24a65b4d99
2 changed files with 6 additions and 1 deletions

View File

@ -82,4 +82,6 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
RUN ansible-galaxy collection install \
awx.awx \
kubernetes.core
kubernetes.core \
# community.general.gitlab_*
community.general