mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-23 04:55:46 +00:00
Do not try to start matrix-coturn.service if not enabled
This commit is contained in:
parent
c545d3eb85
commit
b066f8a0d8
@ -1,2 +1,3 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-coturn'] }}"
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-coturn'] }}"
|
||||||
|
when: "matrix_coturn_enabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user