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 1414
1515- name : PostgREST - install system dependencies
1616 apt :
17- name : libpq5
18- version : " >=15 "
19- state : present
17+ package :
18+ - libpq5
19+ - libnuma-dev
2020 update_cache : yes
21-
22- - name : PostgREST - install libnuma-dev
23- apt :
24- name : libnuma-dev
2521 state : present
2622
2723- 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}'
2925 register : libpq5_version
30- failed_when : libpq5_version.rc != 0
3126 changed_when : false
3227
28+ - name : Show installed libpq5 version
29+ debug :
30+ msg : " Installed libpq5 version: {{ libpq5_version.stdout }}"
31+
3332- name : PostgREST - remove Postgres PPA gpg key
3433 apt_key :
3534 url : https://www.postgresql.org/media/keys/ACCC4CF8.asc
You can’t perform that action at this time.
0 commit comments