Skip to content

Commit 019827f

Browse files
committed
Merge pull request #1 from jalessio/postgis-package-missing
Fix postgis package names for issue ANXS#156
2 parents 04d9082 + 748e3d5 commit 019827f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/extensions/postgis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
with_items:
1010
- libgeos-c1
1111
- "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}"
12-
- "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}-scripts"
12+
- "postgresql-{{postgresql_version}}-postgis-scripts"
1313
notify:
1414
- restart postgresql

0 commit comments

Comments
 (0)