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:
|
||||
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