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 }}'
|
2015-05-28 11:32:57 +02:00
|
|
|
notify:
|
|
|
|
Restart postgresql
|
|
|
|
tags:
|
|
|
|
- postgresql
|
|
|
|
- postgres
|
|
|
|
|