Skip to content

Commit 2ccb5ac

Browse files
committed
fix: correct rules for version
1 parent ee4ce32 commit 2ccb5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@
240240

241241
- name: Check psql_version and run postgis linking if not oriole-16
242242
block:
243-
- name: Check if psql_version is psql_orioledb-16
243+
- name: Check if psql_version is psql_orioledb-17
244244
set_fact:
245-
is_psql_oriole: "{{ psql_version == 'psql_orioledb-16' }}"
245+
is_psql_oriole: "{{ psql_version == 'psql_orioledb-17' }}"
246246

247247
- name: Recursively create symbolic links and set permissions for the contrib/postgis-* dir
248248
shell: >

0 commit comments

Comments
 (0)