Merge branch 'fix-roles-git-submodules-not-included' into 'development'

feat(module): add collection community.general

See merge request nofusscomputing/projects/ansible/execution_environment!10
This commit is contained in:
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 \ RUN ansible-galaxy collection install \
awx.awx \ awx.awx \
kubernetes.core kubernetes.core \
# community.general.gitlab_*
community.general

View File

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