ソースを参照

Update roles/custom/matrix-bot-draupnir/defaults/main.yml: strip a noisy warning and the order to check in at the upstream

Multiple use of the phrase "you know what you are doing" does not increase its effect but rather makes it noisy instead. Since it is warned with capitalized "DO NOT", it is enough.

Also replace the order to check in at the upstream with the recommendation, as it is inconsistent for this project overall to ask users to do so. It is not sensible to make an exception for Draupnir.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3978/head
Suguru Hirahara 1年前
コミット
a7e1474c3a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

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

@@ -100,8 +100,8 @@ matrix_bot_draupnir_raw_homeserver_url: ""
# #
# Whether or not Draupnir should apply `m.room.server_acl` events. # Whether or not Draupnir should apply `m.room.server_acl` events.
# DO NOT change this to `true` unless you are very confident that you know what you are doing. # DO NOT change this to `true` unless you are very confident that you know what you are doing.
# It is recommended to consult with people from the upstream project beforehand.
# #
# Please follow the advice of upstream and only change this value if you know what your doing.
# It is exposed here because it is common enough to be valid to expose. # It is exposed here because it is common enough to be valid to expose.
matrix_bot_draupnir_disable_server_acl: "false" matrix_bot_draupnir_disable_server_acl: "false"




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