Add packages dependencies for Postgis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2020-01-21 15:48:03 +01:00
parent adc1aad883
commit 3740a6782b
1 changed files with 4 additions and 1 deletions

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"