mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved variable bugs
This commit is contained in:
		| @@ -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: [] | ||||
|   }} | ||||
		Reference in New Issue
	
	Block a user