Skip to content

Commit b6291c9

Browse files
committed
fix: default to 15
1 parent 8882dd1 commit b6291c9

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 | default('15') }}.*"
23+
- "libpq5=15.*"
2424
- libnuma-dev
2525

2626
- name: PostgREST - remove Postgres PPA gpg key

0 commit comments

Comments
 (0)