Skip to content

Commit be1e9e3

Browse files
committed
fix: default to postgres 15 major version
1 parent a3d5d22 commit be1e9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: PostgREST - system dependencies
2121
apt:
2222
pkg:
23-
- "libpq5={{ postgresql_major }}.*"
23+
- "libpq5={{ postgresql_major | default('15') }}.*"
2424
- libnuma-dev
2525

2626
- name: PostgREST - remove Postgres PPA gpg key

0 commit comments

Comments
 (0)