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 c8cce25 commit 697f3c8Copy full SHA for 697f3c8
roles/polygons/tasks/main.yml
@@ -81,7 +81,7 @@
81
82
- name: psql extension postgis - spatial_ref_sys
83
command: psql -d polygons -f /usr/share/postgresql/{{ postgres_info.version.major }}/contrib/postgis-{{ postgis_version }}/spatial_ref_sys.sql
84
- # when: createdb_polygons.changed
+ when: createdb_polygons.changed
85
become: yes
86
become_user: postgres
87
0 commit comments