7 lines
210 B
YAML
7 lines
210 B
YAML
|
---
|
||
|
- name: install the postgresql GIS packages
|
||
|
apt: pkg={{ postgres_gis_pkgs }} state={{ psql_pkg_state }} cache_valid_time=3600
|
||
|
notify: Restart postgresql
|
||
|
tags: [ 'postgresql', 'postgres', 'postgis' ]
|
||
|
|