Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into f/port-int-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jul 8, 2019
2 parents b0b386c + 4d3436b commit c1404a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
git \
systemd

RUN pip install setuptools && pip install ansible
RUN pip install --upgrade setuptools && pip install ansible

RUN mkdir -p /etc/ansible && echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

Expand Down

0 comments on commit c1404a0

Please sign in to comment.