本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix ansible-lint-reported errors
pull/2298/head
Slavi Pantaleev
3 年之前
父節點
c37cf42427
當前提交
663a17ea10
共有
2 個檔案被更改
,包括
1 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
roles/custom/matrix-bot-go-neb/tasks/main.yml
+1
-1
roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml
+ 0
- 3
roles/custom/matrix-bot-go-neb/tasks/main.yml
查看文件
@@ -12,6 +12,3 @@
tags:
- setup-all
- setup-bot-go-neb
+ 1
- 1
roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml
查看文件
@@ -7,7 +7,7 @@
use_regex: true
register: matrix_synapse_workers_current_config_files
- set_fact:
-
ansible.builtin.
set_fact:
matrix_synapse_enabled_worker_names: "{{ matrix_synapse_workers_enabled_list | map(attribute='name') }}"
# This also deletes some things which we need. They will be recreated below.
Write
Preview
Loading…
取消
儲存