ansible-role-postgresql/tasks/postgis.yml

7 lines
210 B
YAML
Raw Normal View History

2020-06-03 19:53:13 +02:00
---
- 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' ]