mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Split matrix_client_fluffychat_systemd_required_services_list into _default, _auto and _custom
				
					
				
			Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4068
This commit is contained in:
		@@ -74,7 +74,10 @@ matrix_client_fluffychat_container_labels_additional_labels: ''
 | 
			
		||||
matrix_client_fluffychat_container_extra_arguments: []
 | 
			
		||||
 | 
			
		||||
# List of systemd services that matrix-client-fluffychat.service depends on
 | 
			
		||||
matrix_client_fluffychat_systemd_required_services_list: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
 | 
			
		||||
matrix_client_fluffychat_systemd_required_services_list: "{{ matrix_client_fluffychat_systemd_required_services_list_default + matrix_client_fluffychat_systemd_required_services_list_auto + matrix_client_fluffychat_systemd_required_services_list_custom }}"
 | 
			
		||||
matrix_client_fluffychat_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
 | 
			
		||||
matrix_client_fluffychat_systemd_required_services_list_auto: []
 | 
			
		||||
matrix_client_fluffychat_systemd_required_services_list_custom: []
 | 
			
		||||
 | 
			
		||||
# Specifies the value of the `X-XSS-Protection` header
 | 
			
		||||
# Stops pages from loading when they detect reflected cross-site scripting (XSS) attacks.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user