Skip to content

Commit e2c34cf

Browse files
committed
fix: default to 15
1 parent be1e9e3 commit e2c34cf

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)