瀏覽代碼

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

pull/116/head
Slavi Pantaleev 7 年之前
父節點
當前提交
b066f8a0d8
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      roles/matrix-coturn/tasks/init.yml

+ 2
- 1
roles/matrix-coturn/tasks/init.yml 查看文件

@@ -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…
取消
儲存