mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	fixup! update hookshot config to generic hs variables
This commit is contained in:
		@@ -677,7 +677,7 @@ matrix_hookshot_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_se
 | 
			
		||||
 | 
			
		||||
matrix_hookshot_systemd_wanted_services_list: |
 | 
			
		||||
  {{
 | 
			
		||||
    (['matrix-' + matrix_homesever_implementation + '.service'])
 | 
			
		||||
    (['matrix-' + matrix_homeserver_implementation + '.service'])
 | 
			
		||||
    +
 | 
			
		||||
    (['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
 | 
			
		||||
  }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user