mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Fix variable name typo
This commit is contained in:
		| @@ -3875,7 +3875,7 @@ devture_postgres_backup_systemd_required_services_list_auto: | | ||||
|     ([(devture_postgres_identifier + '.service')] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else []) | ||||
|   }} | ||||
|  | ||||
| devture_postgres_backup_container_network: "{{ (devture_postgres_container_network if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else devture_postgres_identifier) }}" | ||||
| devture_postgres_backup_container_network: "{{ (devture_postgres_container_network if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else devture_postgres_backup_identifier) }}" | ||||
|  | ||||
| devture_postgres_backup_container_additional_networks_auto: |- | ||||
|   {{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user