ansible-roles/postgresql/tasks/postgis.yml

6 lines
83 B
YAML

---
- name: Install PostGIS extention
apt:
name: postgis
state: present