mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Move matrix_container_global_registry_prefix to matrix-base
Various roles depend on this. It makes sense to make it part of the `matrix-base` role.
This commit is contained in:
		| @@ -65,6 +65,8 @@ matrix_architecture: amd64 | ||||
| # We just remap from our `matrix_architecture` values to what Debian and possibly other distros call things. | ||||
| matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_architecture }}" | ||||
|  | ||||
| matrix_container_global_registry_prefix: "docker.io/" | ||||
|  | ||||
| matrix_user_username: "matrix" | ||||
| matrix_user_groupname: "matrix" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user