From cb5d5de3570c778aa71b1f1da5de3732a96cb6f8 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 19 Jan 2025 13:44:14 +0900 Subject: [PATCH] Update roles/custom/matrix-bot-draupnir/defaults/main.yml: fix capitalization and sentences Signed-off-by: Suguru Hirahara --- roles/custom/matrix-bot-draupnir/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index aa4da34f6..ba95afacc 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -77,7 +77,7 @@ matrix_bot_draupnir_pantalaimon_password: "" matrix_bot_draupnir_login: "{{ matrix_bot_draupnir_pantalaimon_username if matrix_bot_draupnir_pantalaimon_use == 'true' else 'bot.draupnir' }}" matrix_bot_draupnir_password: "{{ matrix_bot_draupnir_pantalaimon_password }}" -# Controls if we activate the pantalaimon config block for now. This configuration block is proable to change name for our usecase +# Controls if we activate the Pantalaimon config block for now. This configuration block's name will probably be changed for our usecase # due to a Draupnir push to scrub Pantalaimon from the codebase. matrix_bot_draupnir_login_native: "" @@ -88,11 +88,11 @@ matrix_bot_draupnir_login_native: "" matrix_bot_draupnir_management_room: "" # Endpoint URL that Draupnir uses to interact with the Matrix homeserver (client-server API). -# Set this to the pantalaimon URL if you're using that. +# Set this to the Pantalaimon URL if you're using that. matrix_bot_draupnir_homeserver_url: "" # Endpoint URL that Draupnir could use to fetch events related to reports (client-server API and /_synapse/), -# only set this to the public-internet homeserver client API URL, do NOT set this to the pantalaimon URL. +# only set this to the public-internet homeserver client API URL. Do NOT set this to the Pantalaimon URL. matrix_bot_draupnir_raw_homeserver_url: "" # Disable Server ACL is used if you want to not give the bot the right to apply Server ACLs in rooms without complaints from the bot.