File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
- name : PostgREST - system user
2
2
user : name=postgrest
3
3
4
- - name : Postgres - add PPA
4
+ - name : PostgREST - add Postgres PPA gpg key
5
+ apt_key :
6
+ url : https://www.postgresql.org/media/keys/ACCC4CF8.asc
7
+ state : present
8
+
9
+ - name : PostgREST - add Postgres PPA
5
10
apt_repository :
6
- repo : " http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
11
+ repo : " deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
7
12
state : present
8
13
9
14
# libpq is a C library that enables user programs to communicate with
14
19
- libpq5
15
20
- libnuma-dev
16
21
17
- - name : Postgres - remove PPA
22
+ - name : PostgREST - remove Postgres PPA
18
23
apt_repository :
19
- repo : " http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
24
+ repo : " deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
20
25
state : absent
21
26
22
27
- name : postgis - ensure dependencies do not get autoremoved
You can’t perform that action at this time.
0 commit comments