ソースを参照

Add some parenthesis in if statement

pull/3038/head
Slavi Pantaleev 2年前
committed by GitHub
コミット
abd0823554
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml ファイルの表示

@@ -166,7 +166,7 @@ matrix_media_repo_homeservers_auto:
# during certain operations, like attempting to purge media from a room or validating server
# admin status. This should be set to one of "synapse", "dendrite", or "matrix". When set
# to "matrix", most functionality requiring the admin API will not work.
adminApiKind: "{{ 'synapse' if matrix_homeserver_implementation == 'synapse' else 'dendrite' if matrix_homeserver_implementation == 'dendrite' else 'matrix' }}"
adminApiKind: "{{ 'synapse' if matrix_homeserver_implementation == 'synapse' else ('dendrite' if matrix_homeserver_implementation == 'dendrite' else 'matrix') }}"

# Additional servers to be managed by MMR
matrix_media_repo_homeservers_additional: []


読み込み中…
キャンセル
保存