瀏覽代碼
Update roles/custom/matrix-bridge-appservice-slack/defaults/main.yml: fix indentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3995/head
Suguru Hirahara
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E4F9743DAB4B7B75
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
roles/custom/matrix-bridge-appservice-slack/defaults/main.yml
|
|
|
@@ -153,7 +153,7 @@ matrix_appservice_slack_configuration_extension_yaml: | |
|
|
|
# console: "info" |
|
|
|
# files: |
|
|
|
# - "./debug.log": "info" |
|
|
|
#- "./error.log": "error" |
|
|
|
# - "./error.log": "error" |
|
|
|
|
|
|
|
matrix_appservice_slack_configuration_extension: "{{ matrix_appservice_slack_configuration_extension_yaml | from_yaml if matrix_appservice_slack_configuration_extension_yaml | from_yaml else {} }}" |
|
|
|
|
|
|
|
|