Add packages dependencies for Postgis
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Morino 2020-01-21 15:48:03 +01:00
parent adc1aad883
commit 3740a6782b

View file

@ -1,4 +1,7 @@
---
- name: Install PostGIS extention
apt:
name: postgis
name:
- postgis
- "postgresql-{{ postgresql_version }}-postgis-2.5"
- "postgresql-{{ postgresql_version }}-postgis-2.5-scripts"