From a7e1474c3a14af4003b7f8ebd30d210ac0277caa Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 21 Jan 2025 12:32:02 +0900 Subject: [PATCH] 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 --- roles/custom/matrix-bot-draupnir/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index e59dfc800..bd283e82b 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/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. # 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. matrix_bot_draupnir_disable_server_acl: "false"