File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed
Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ MAINTAINER Mischa ter Smitten <mtersmitten@oefenweb.nl>
55RUN apt-get update && \
66 DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-dev curl && \
77 apt-get clean
8- RUN curl -sL https://bootstrap.pypa.io/get-pip.py | python -
8+ RUN curl -sL https://bootstrap.pypa.io/pip/2.7/ get-pip.py | python -
99RUN rm -rf $HOME/.cache
1010
1111# ansible
1212RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gcc libffi-dev libssl-dev && \
1313 apt-get clean
14- RUN pip install ansible==2.9.14
14+ RUN pip install ansible==2.9.15
1515RUN rm -rf $HOME/.cache
1616
1717# provision
Original file line number Diff line number Diff line change 1- # defaults file for apt-file
1+ # defaults file
22---
33apt_file_update_daily : true
Original file line number Diff line number Diff line change 1- # handlers file for apt-file
1+ # handlers file
22---
Original file line number Diff line number Diff line change 1- # meta file for apt-file
1+ # meta file
22---
33galaxy_info :
4+ namespace : oefenweb
45 role_name : apt-file
56 author : Mischa ter Smitten
67 company : Oefenweb.nl B.V.
Original file line number Diff line number Diff line change 1- # tasks file for apt-file
1+ # tasks file
22---
33- name : install
44 apt :
Original file line number Diff line number Diff line change 1- # test file for apt-file
1+ # test file
22---
33- hosts : localhost
44 connection : local
Original file line number Diff line number Diff line change 1- # test file for apt-file
1+ # test file
22---
33- hosts : all
44 remote_user : vagrant
Original file line number Diff line number Diff line change 1- # vars file for apt-file
1+ # vars file
22---
33apt_file_dependencies :
44 - apt-file
You can’t perform that action at this time.
0 commit comments