Do not try to start matrix-coturn.service if not enabled

master
Slavi Pantaleev 2019-03-13 07:36:28 +02:00
parent c545d3eb85
commit b066f8a0d8
1 changed files with 2 additions and 1 deletions

View File

@ -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"