Skip to content

Commit fdffe8f

Browse files
committed
fix: the variable is postgresql_major_version
1 parent 4ddf837 commit fdffe8f

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_version }}.*"
2424
- libnuma-dev
2525

2626
- name: PostgREST - remove Postgres PPA gpg key

0 commit comments

Comments
 (0)