mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Rmeoved is_feature_enabled function
This commit is contained in:
		@@ -8,7 +8,7 @@ cert_mount_directory:       "{{docker_compose.directories.volumes}}certs/"
 | 
			
		||||
 | 
			
		||||
# Use dedicated source for oidc if activated  
 | 
			
		||||
# @see https://github.com/heviat/Mailu-OIDC/tree/2024.06
 | 
			
		||||
docker_source:             "{{ 'ghcr.io/heviat' if applications | is_feature_enabled('oidc',application_id) else 'ghcr.io/mailu' }}"
 | 
			
		||||
docker_source:             "{{ 'ghcr.io/heviat' if applications | get_app_conf(application_id, 'features.oidc', False) else 'ghcr.io/mailu' }}"
 | 
			
		||||
 | 
			
		||||
domain:                    "{{ domains | get_domain(application_id) }}"
 | 
			
		||||
http_port:                 "{{ ports.localhost.http[application_id] }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user