Skip to content

Commit

Permalink
Fix ansible-lint failure (signalfx#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Jan 12, 2022
1 parent 2a3793b commit a088a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

RUN apt-get update && \
apt-get install -y apt-transport-https ca-certificates python3 python3-pip sshpass openssh-client
apt-get install -y apt-transport-https ca-certificates python3 python3-pip sshpass openssh-client git

RUN pip3 install --upgrade pip==20.3.1
RUN pip3 install --upgrade ansible==3.0.0 ansible-lint==5.0.0
RUN pip3 install --upgrade ansible==3.0.0 ansible-lint==5.3.2

RUN mkdir -p /etc/ansible && \
echo 'localhost' > /etc/ansible/hosts
Expand Down

0 comments on commit a088a68

Please sign in to comment.