Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
add google-auth to ansible image
Browse files Browse the repository at this point in the history
  • Loading branch information
aardbol committed Dec 27, 2023
1 parent b42349b commit 713887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 713887a

Please sign in to comment.