ansible-roles/postgresql/tasks/postgis.yml

8 lines
195 B
YAML
Raw Normal View History

---
2021-05-13 15:23:05 +02:00
- name: Install PostGIS extention
apt:
2020-01-21 15:48:03 +01:00
name:
- postgis
- "postgresql-{{ postgresql_version }}-postgis-2.5"
- "postgresql-{{ postgresql_version }}-postgis-2.5-scripts"