本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Do not try to start matrix-coturn.service if not enabled
pull/116/head
Slavi Pantaleev
7 年之前
父節點
c545d3eb85
當前提交
b066f8a0d8
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
取消
儲存