correct issue with boolean in Nextcloud option
This commit is contained in:
parent
da0ac1c0d3
commit
99acbe2483
@ -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
|
||||
|
@ -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'"
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user