We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882dd1 commit b6291c9Copy full SHA for b6291c9
ansible/tasks/setup-postgrest.yml
@@ -20,7 +20,7 @@
20
- name: PostgREST - system dependencies
21
apt:
22
pkg:
23
- - "libpq5={{ postgresql_major | default('15') }}.*"
+ - "libpq5=15.*"
24
- libnuma-dev
25
26
- name: PostgREST - remove Postgres PPA gpg key
0 commit comments