From 24a65b4d99876c1bf09da81bab7a1942b32f2dd1 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 26 May 2023 17:02:47 +0930 Subject: [PATCH] feat(module): add collection community.general this is required for the use of the community.general.gitlab_* namespace !10 --- dockerfile | 4 +++- requirements.txt | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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