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:
@ -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
|
@ -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
|
Reference in New Issue
Block a user