From 710c2a572f771ded965e7950c201733f5865bf8e Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 11:08:57 -0300 Subject: [PATCH] fix default vars --- defaults/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 23030e9..9e67c56 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,8 +1,6 @@ --- # domain, webroot nextcloud_domain: example.com -nextcloud_trusted_domains: - - "{{ nextcloud_domain }}" nextcloud_web_root: / # database @@ -25,7 +23,8 @@ nextcloud_admin_user: admin nextcloud_admin_password: password # space separated trusted domains -nextcloud_trusted_domains: "" +nextcloud_trusted_domains: + - "{{ nextcloud_domain }}" # The install and update script is only triggered when a default command # is used (apache-foreground or php-fpm). If you use a custom command