File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
11
repo : " deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
12
12
state : present
13
13
14
+ - name : PostgREST - update apt cache
15
+ apt :
16
+ update_cache : yes
17
+
14
18
# libpq is a C library that enables user programs to communicate with
15
19
# the PostgreSQL database server.
16
20
- name : PostgREST - system dependencies
19
23
- libpq5
20
24
- libnuma-dev
21
25
26
+ - name : PostgREST - remove Postgres PPA gpg key
27
+ apt_key :
28
+ url : https://www.postgresql.org/media/keys/ACCC4CF8.asc
29
+ state : absent
30
+
22
31
- name : PostgREST - remove Postgres PPA
23
32
apt_repository :
24
33
repo : " deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg {{ postgresql_major }}"
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.111-libpq"
1
+ postgres-version = " 15.6.1.111-libpq-v2 "
You can’t perform that action at this time.
0 commit comments