ansible-roles/postgresql/tasks/postgis.yml
Eric Morino 1bf271a4f4
All checks were successful
continuous-integration/drone/push Build is passing
Add install PostGIS in postgresql rôle
2019-12-26 16:16:05 +01:00

6 lines
83 B
YAML

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