7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-31 08:42:46 +00:00

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

This commit is contained in:
Slavi Pantaleev 2019-03-13 07:36:28 +02:00
parent c545d3eb85
commit b066f8a0d8

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"