mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 14:57:57 +01:00 
			
		
		
		
	wrap brand variable in single quotes too
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|   with_dict: | ||||
|     'matrix_client_element_enabled': '{{ matrix_client_element_enabled }}' | ||||
|     'matrix_client_element_jitsi_preferredDomain': '{{ matrix_client_element_jitsi_preferredDomain }}' | ||||
|     'matrix_client_element_brand': '{{ matrix_client_element_brand }}' | ||||
|     'matrix_client_element_brand': "'{{ matrix_client_element_brand }}'" | ||||
|     'matrix_client_element_default_theme': '{{ matrix_client_element_default_theme }}' | ||||
|     'matrix_client_element_registration_enabled': '{{ matrix_client_element_registration_enabled }}' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user