From 713887ad117fbfb9ea051cd0dbadc33db3fcd9e1 Mon Sep 17 00:00:00 2001 From: aardbol Date: Wed, 27 Dec 2023 16:45:45 +0100 Subject: [PATCH] add google-auth to ansible image --- dockerfiles/ansible/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ansible/Dockerfile b/dockerfiles/ansible/Dockerfile index b4a94986..2be2513e 100644 --- a/dockerfiles/ansible/Dockerfile +++ b/dockerfiles/ansible/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update -y && \ sshpass ssh-client rsync tini curl git ruby RUN pip install --no-cache-dir pip --upgrade -RUN pip install --no-cache-dir ansible==9.1.0 requests jmespath +RUN pip install --no-cache-dir ansible==9.1.0 requests jmespath google-auth RUN ansible-galaxy collection install ansible.posix community.general ansible.utils ansible.netcommon ARG WORKDIR=/work