Update ansible 2.4.3.0->2.7.0

This commit is contained in:
jalr 2018-10-19 16:36:41 +02:00
parent 9f98642da0
commit aa6b021787

View file

@ -18,7 +18,7 @@ RUN apk add --no-cache \
py2-pip \
python-dev \
&& pip install --upgrade pip \
&& pip install ansible==2.4.3.0 \
&& pip install ansible==2.7.0 \
&& apk del .build-deps
ARG PACKER_VERSION