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:
		| @@ -13,7 +13,7 @@ matrix_mx_puppet_steam_container_http_host_bind_port: '' | ||||
|  | ||||
| matrix_mx_puppet_steam_version: latest | ||||
| matrix_mx_puppet_steam_docker_image: "{{ matrix_mx_puppet_steam_docker_image_name_prefix }}icewind1991/mx-puppet-steam:{{ matrix_mx_puppet_steam_version }}" | ||||
| matrix_mx_puppet_steam_docker_image_name_prefix: "{{ 'localhost/' if matrix_mx_puppet_steam_container_image_self_build else matrix_global_registry }}" | ||||
| matrix_mx_puppet_steam_docker_image_name_prefix: "{{ 'localhost/' if matrix_mx_puppet_steam_container_image_self_build else matrix_container_global_registry_prefix }}" | ||||
| matrix_mx_puppet_steam_docker_image_force_pull: "{{ matrix_mx_puppet_steam_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| matrix_mx_puppet_steam_base_path: "{{ matrix_base_data_path }}/mx-puppet-steam" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user