本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
GoMatrixHosting 0.5.2
pull/1166/head
Michael-GMH
4 年之前
父節點
5c0c0d5af0
當前提交
1c938c72fd
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
roles/matrix-awx/tasks/set_variables_synapse.yml
+ 2
- 2
roles/matrix-awx/tasks/set_variables_synapse.yml
查看文件
@@ -66,7 +66,7 @@
delegate_to: 127.0.0.1
lineinfile:
path: '{{ awx_cached_matrix_vars }}'
regexp: "{{ item }}
:
"
regexp: "{{ item }}"
line: "{{ item }}"
insertbefore: '# Synapse Extension End'
with_items:
@@ -78,7 +78,7 @@
delegate_to: 127.0.0.1
lineinfile:
path: '{{ awx_cached_matrix_vars }}'
regexp: "{{ item }}
:
"
regexp: "{{ item }}"
line: "{{ item }}"
insertbefore: '# Synapse Extension End'
state: absent
Write
Preview
Loading…
取消
儲存