Solved variable bugs

This commit is contained in:
2025-07-16 23:01:25 +02:00
parent f263992393
commit 2f45038bef
3 changed files with 8 additions and 8 deletions

View File

@@ -54,6 +54,9 @@ certbot_cert_path: "/etc/letsencrypt/live" # Path contain
## Docker Role Specific Parameters
docker_restart_policy: "unless-stopped"
# default value if not set via CLI (-e) or in playbook vars
allowed_applications: []
# helper
_applications_nextcloud_oidc_flavor: >-
{{
@@ -67,7 +70,4 @@ _applications_nextcloud_oidc_flavor: >-
| get_app_conf('web-app-nextcloud','features.ldap',False)
else 'sociallogin'
)
}}
# default value if not set via CLI (-e) or in playbook vars
allowed_applications: []
}}