File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : PostgREST - install system dependencies
16
16
apt :
17
- name : libpq5
18
- version : " >=15 "
19
- state : present
17
+ package :
18
+ - libpq5
19
+ - libnuma-dev
20
20
update_cache : yes
21
-
22
- - name : PostgREST - install libnuma-dev
23
- apt :
24
- name : libnuma-dev
25
21
state : present
26
22
27
23
- name : PostgREST - verify libpq5 version
28
- shell : dpkg -l libpq5 | grep '^ii' | awk '{print $3}' | grep -E '^15'
24
+ shell : dpkg -l libpq5 | grep '^ii' | awk '{print $3}'
29
25
register : libpq5_version
30
- failed_when : libpq5_version.rc != 0
31
26
changed_when : false
32
27
28
+ - name : Show installed libpq5 version
29
+ debug :
30
+ msg : " Installed libpq5 version: {{ libpq5_version.stdout }}"
31
+
33
32
- name : PostgREST - remove Postgres PPA gpg key
34
33
apt_key :
35
34
url : https://www.postgresql.org/media/keys/ACCC4CF8.asc
You can’t perform that action at this time.
0 commit comments