2015-05-28 11:32:57 +02:00
|
|
|
---
|
|
|
|
- name: install the postgresql GIS packages
|
2016-03-02 16:44:43 +01:00
|
|
|
apt: pkg={{ item }} state={{ psql_pkg_state }}
|
|
|
|
with_items: '{{ postgres_gis_pkgs }}'
|
2016-03-07 17:43:37 +01:00
|
|
|
notify: Restart postgresql
|
|
|
|
tags: [ 'postgresql', 'postgres', 'postgis' ]
|
2015-05-28 11:32:57 +02:00
|
|
|
|