From 99acbe248380a645a86065601d387a86e680c6cf Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 21 Sep 2020 18:09:48 +0200 Subject: [PATCH] correct issue with boolean in Nextcloud option --- group_vars/server | 6 +++--- host_vars/VMAS-BUILD | 4 ++-- host_vars/VMAS-HML | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/group_vars/server b/group_vars/server index 3e41f0f..a808f9f 100644 --- a/group_vars/server +++ b/group_vars/server @@ -378,7 +378,7 @@ php_extention_enable: - gd #need for nextcloud - imagick #need for nextcloud - opcache #need for nextcloud - + - exif # need for nextcloud mysql_root_password: "{{ vault_mysql_root }}" mysql_root_password_update: true @@ -447,11 +447,11 @@ nextcloud_trusted_domains: - file.ducamps.win nextcloud_config_options: # additional options to set in config.php - option: overwrite.cli.url - value: "https://file.ducamps.win" + value: "'https://file.ducamps.win'" - option: maintenance value: "false" - option: loglevel - value: "2" + value: "'2'" samba_shares: - name: hassconfig diff --git a/host_vars/VMAS-BUILD b/host_vars/VMAS-BUILD index 96dcbc5..b5f22e6 100644 --- a/host_vars/VMAS-BUILD +++ b/host_vars/VMAS-BUILD @@ -12,11 +12,11 @@ nextcloud_trusted_domains: - vmas-build nextcloud_config_options: # additional options to set in config.php - option: overwrite.cli.url - value: "http://vmas-build" + value: "'http://vmas-build'" - option: maintenance value: "false" - option: loglevel - value: "2" + value: "'2'" diff --git a/host_vars/VMAS-HML b/host_vars/VMAS-HML index eb3e82f..b079539 100644 --- a/host_vars/VMAS-HML +++ b/host_vars/VMAS-HML @@ -13,11 +13,11 @@ nextcloud_trusted_domains: - vmas-hml nextcloud_config_options: # additional options to set in config.php - option: overwrite.cli.url - value: "http://vmas-hml" + value: "'http://vmas-hml'" - option: maintenance value: "false" - option: loglevel - value: "2" + value: "'2'" certbot_create_if_missing: false