fix syntax
This commit is contained in:
parent
bb958b34b0
commit
37b8d1fbc4
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ postgresql_version: '9.6'
|
|||
locales_default: fr_FR.UTF-8
|
||||
|
||||
# PostGIS
|
||||
postgresql_install_postgis: false
|
||||
postgresql_install_postgis: False
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
- include: logrotate.yml
|
||||
|
||||
- include: postgis.yml
|
||||
when: postgresql_install_postgis == "true"
|
||||
when: postgresql_install_postgis
|
||||
|
|
Loading…
Add table
Reference in a new issue