Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 3740a6782b - Show all commits

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"