Skip to content

Commit 697f3c8

Browse files
committed
polygons: Correctif sur précédente mise à jour
1 parent c8cce25 commit 697f3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/polygons/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
- name: psql extension postgis - spatial_ref_sys
8383
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
84+
when: createdb_polygons.changed
8585
become: yes
8686
become_user: postgres
8787

0 commit comments

Comments
 (0)