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 e413152 commit 8882dd1Copy full SHA for 8882dd1
ansible/tasks/setup-postgrest.yml
@@ -20,7 +20,7 @@
20
- name: PostgREST - system dependencies
21
apt:
22
pkg:
23
- - "libpq5={{ postgresql_major }}.*"
+ - "libpq5={{ postgresql_major | default('15') }}.*"
24
- libnuma-dev
25
26
- name: PostgREST - remove Postgres PPA gpg key
0 commit comments