We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4ce32 commit 2ccb5acCopy full SHA for 2ccb5ac
ansible/tasks/stage2-setup-postgres.yml
@@ -240,9 +240,9 @@
240
241
- name: Check psql_version and run postgis linking if not oriole-16
242
block:
243
- - name: Check if psql_version is psql_orioledb-16
+ - name: Check if psql_version is psql_orioledb-17
244
set_fact:
245
- is_psql_oriole: "{{ psql_version == 'psql_orioledb-16' }}"
+ is_psql_oriole: "{{ psql_version == 'psql_orioledb-17' }}"
246
247
- name: Recursively create symbolic links and set permissions for the contrib/postgis-* dir
248
shell: >
0 commit comments