File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 50
50
- ca-certificates
51
51
- curl
52
52
- git-core
53
- - python
54
53
- gpp
55
54
- cpp
56
55
- pkg-config
Original file line number Diff line number Diff line change 4
4
apt : update_cache=yes upgrade=yes
5
5
# SEE http://archive.vn/DKJjs#parameter-upgrade
6
6
7
+ - name : add universe repository for bionic
8
+ apt_repository :
9
+ repo : deb http://archive.ubuntu.com/ubuntu bionic universe
10
+ state : present
11
+
7
12
- name : Install essentials
8
13
apt :
9
14
pkg :
10
15
- ufw
16
+ - python3
17
+ - python3-pip
11
18
update_cache : yes
12
19
cache_valid_time : 3600
13
20
14
21
- name : Install psycopg2 to enable ansible postgreSQL features
15
- pip : name=psycopg2-binary
22
+ pip :
23
+ name : psycopg2-binary
16
24
17
25
- name : System - Create services.slice
18
26
template :
You can’t perform that action at this time.
0 commit comments