Skip to content

Commit c019f4c

Browse files
author
Mauro Oviedo
committed
Added default variable postgresql_ext_postgis_deps.
1 parent 37bc398 commit c019f4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

defaults/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ postgresql_ext_install_postgis: no
3131

3232
postgresql_ext_postgis_version: "2.1" # be careful: check whether the postgresql/postgis versions work together
3333

34+
postgresql_ext_postgis_deps:
35+
- libgeos-c1
36+
- "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}"
37+
- "postgresql-{{postgresql_version}}-postgis-scripts"
38+
3439
# List of databases to be created (optional)
3540
postgresql_databases: []
3641

0 commit comments

Comments
 (0)