From 5dfc888609bc9ed76dcd2e02804fd47ad0783427 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 13 Apr 2022 17:28:16 +0200 Subject: [PATCH] [ANSIBLE-GALAXT] Remove installation of collections --- Dockerfile.linux.amd64 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 1397456..2355224 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -30,4 +30,3 @@ RUN pip3 install --upgrade pip RUN pip3 install ansible-base==${ANSIBLE_VERSION} RUN pip3 install ansible-lint==${ANSIBLE_LINT_VERSION} RUN pip3 install yamllint==${YAML_LINT_VERSION} -RUN ansible-galaxy install -r /drone/src/requirements.yaml