mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Rename playbook variables so they are consistently prefixed
Pretty much all variables live in their own `matrix_<whatever>` prefix now and are grouped closer together in the default variables file (`roles/matrix-server/defaults/main.yml`).
This commit is contained in:
		| @@ -14,7 +14,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-mautrix-whatsapp \ | ||||
| 			-e "UID={{ matrix_user_uid }}" -e "GID={{ matrix_user_gid }}" \ | ||||
| 			--network={{ matrix_docker_network }} \ | ||||
| 			-v {{ matrix_mautrix_whatsapp_base_path }}:/data:z \ | ||||
| 			{{ matrix_docker_image_mautrix_whatsapp }} | ||||
| 			{{ matrix_mautrix_whatsapp_docker_image }} | ||||
| ExecStop=-/usr/bin/docker kill matrix-mautrix-whatsapp | ||||
| ExecStop=-/usr/bin/docker rm matrix-mautrix-whatsapp | ||||
| Restart=always | ||||
|   | ||||
		Reference in New Issue
	
	Block a user