mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-10 01:50:25 +00: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:
@@ -7,7 +7,7 @@
|
||||
|
||||
- name: Ensure Coturn image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_docker_image_coturn }}"
|
||||
name: "{{ matrix_coturn_docker_image }}"
|
||||
|
||||
- name: Ensure Coturn configuration path exists
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user