Skip to content

Commit

Permalink
fix: pipx hvac ansible
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
  • Loading branch information
ironashram committed Dec 28, 2024
1 parent 8d5cdcf commit 0dadc29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ RUN apt-get update && \
vim \
wget

# Install Ansible
# Install Ansible and hvac
RUN pipx ensurepath \
&& pipx install --include-deps ansible==${ANSIBLE_VERSION}
&& pipx install --include-deps ansible==${ANSIBLE_VERSION} \
&& pipx inject ansible hvac

# Install Helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
Expand Down

0 comments on commit 0dadc29

Please sign in to comment.