correct issue with boolean in Nextcloud option

This commit is contained in:
vincent 2020-09-21 18:09:48 +02:00
parent da0ac1c0d3
commit 99acbe2483
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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'"

View File

@ -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