mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 06:47:56 +01:00 
			
		
		
		
	rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| matrix_prometheus_node_exporter_enabled: false | ||||
|  | ||||
| matrix_prometheus_node_exporter_version: v1.1.0 | ||||
| matrix_prometheus_node_exporter_docker_image: "{{ matrix_global_registry }}prom/node-exporter:{{ matrix_prometheus_node_exporter_version }}" | ||||
| matrix_prometheus_node_exporter_docker_image: "{{ matrix_container_global_registry_prefix }}prom/node-exporter:{{ matrix_prometheus_node_exporter_version }}" | ||||
| matrix_prometheus_node_exporter_docker_image_force_pull: "{{ matrix_prometheus_node_exporter_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| # A list of extra arguments to pass to the container | ||||
|   | ||||
		Reference in New Issue
	
	Block a user