fix syntax

This commit is contained in:
Jérémy Lecour 2020-03-02 20:37:35 +01:00
parent bb958b34b0
commit 37b8d1fbc4
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ postgresql_version: '9.6'
locales_default: fr_FR.UTF-8
# PostGIS
postgresql_install_postgis: false
postgresql_install_postgis: False

View File

@ -19,4 +19,4 @@
- include: logrotate.yml
- include: postgis.yml
when: postgresql_install_postgis == "true"
when: postgresql_install_postgis