ansible-roles/postgresql/tasks/postgis.yml

6 lines
83 B
YAML
Raw Normal View History

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