Skip to content

Commit

Permalink
Merge pull request #4 from nl2go/feature/ansible-2-8
Browse files Browse the repository at this point in the history
Increase ansible version to 2.8
  • Loading branch information
dirkaholic authored Apr 29, 2020
2 parents c12f3e1 + 41c3417 commit 7326579
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 @@ -2,7 +2,7 @@ FROM alpine:3.10.3

LABEL MAINTAINER=<[email protected]>

ARG ANSIBLE_VERSION=2.7.*
ARG ANSIBLE_VERSION=2.8.*

RUN apk --update --no-cache add \
sudo \
Expand All @@ -23,7 +23,8 @@ RUN ln -fsn /usr/bin/pip3 /usr/bin/pip

RUN pip install \
ansible-filter==1.1.1 \
netaddr==0.7.19
netaddr==0.7.19 \
pymongo

COPY .docker/ /
COPY ansible_project_init/ /opt/ansible_project_init/ansible_project_init
Expand Down

0 comments on commit 7326579

Please sign in to comment.