File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,18 @@ sudo: required
6
6
language : python
7
7
python :
8
8
- " 2.7"
9
- - " 3.6"
10
9
env :
11
10
- >
12
11
DISTRIBUTION=ubuntu
13
- DIST_VERSION=16.04
12
+ DIST_VERSION=16_04-builded
14
13
MONGODB_VERSION=3.6
15
14
- >
16
15
DISTRIBUTION=ubuntu
17
- DIST_VERSION=16.04
16
+ DIST_VERSION=16_04-builded
18
17
MONGODB_VERSION=3.4
19
18
- >
20
19
DISTRIBUTION=ubuntu
21
- DIST_VERSION=16.04
20
+ DIST_VERSION=16_04-builded
22
21
MONGODB_VERSION=3.2
23
22
- >
24
23
DISTRIBUTION=ubuntu-upstart
Original file line number Diff line number Diff line change
1
+ FROM ubuntu:16.04
2
+
3
+ ARG DEBIAN_FRONTEND=noninteractive
4
+
5
+ RUN apt update && \
6
+ apt install --yes python-minimal && \
7
+ rm /lib/systemd/system/
[email protected]
Original file line number Diff line number Diff line change 17
17
- mongo2
18
18
- mongo3
19
19
20
- - hosts : " {{ target }}"
21
- gather_facts : false
22
- tasks :
23
- - name : Install Python 2.x
24
- raw : test -e /usr/bin/python || (apt update && apt install -y python-minimal) || true
25
- register : test
26
- changed_when : test.stdout
27
-
28
20
- hosts : " {{ target }}"
29
21
become : no
30
22
gather_facts : yes
You can’t perform that action at this time.
0 commit comments