mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Improve if condition for including Postgres in matrix_media_repo_systemd_required_services_list
This commit is contained in:
		@@ -2580,7 +2580,7 @@ matrix_media_repo_systemd_required_services_list: |
 | 
			
		||||
  {{
 | 
			
		||||
    (['docker.service'])
 | 
			
		||||
    +
 | 
			
		||||
    ([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled else [])
 | 
			
		||||
    ([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and matrix_media_repo_database_hostname == devture_postgres_connection_hostname else [])
 | 
			
		||||
  }}
 | 
			
		||||
 | 
			
		||||
######################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user