mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Merge pull request #2380 from thomsbe/master
convert to list from generator
This commit is contained in:
		@@ -283,7 +283,7 @@ devture_systemd_service_manager_services_list_auto: |
 | 
			
		||||
    +
 | 
			
		||||
    ([{'name': 'matrix-nginx-proxy.service', 'priority': 3000, 'groups': ['matrix', 'nginx', 'reverse-proxies']}] if matrix_nginx_proxy_enabled else [])
 | 
			
		||||
    +
 | 
			
		||||
    (matrix_ssl_renewal_systemd_units_list | selectattr('applicable') | selectattr('enableable'))
 | 
			
		||||
    (matrix_ssl_renewal_systemd_units_list | selectattr('applicable') | selectattr('enableable') | list )
 | 
			
		||||
    +
 | 
			
		||||
    ([{'name': 'matrix-ntfy.service', 'priority': 800, 'groups': ['matrix', 'ntfy']}] if matrix_ntfy_enabled else [])
 | 
			
		||||
    +
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user