feat(module): add collection community.general #37

Merged
jon_nfc merged 1 commits from fix-roles-git-submodules-not-included into development 2023-05-26 09:49:55 +00:00
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

View File

@ -1,2 +1,5 @@
ansible-core==2.14.5
ansible-lint==6.15.0
# Required for community.general.gitlab_*
python_gitlab==3.14.0