diff --git a/dockerfile b/dockerfile index 3183ceb..7572fc5 100644 --- a/dockerfile +++ b/dockerfile @@ -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 \ No newline at end of file + kubernetes.core \ + # community.general.gitlab_* + community.general \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index aee9e30..d21c8b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,5 @@ ansible-core==2.14.5 ansible-lint==6.15.0 + +# Required for community.general.gitlab_* +python_gitlab==3.14.0 \ No newline at end of file