From 360ee544a946dc4b0fb021f161f46f2cdac4c394 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 8 May 2025 10:06:17 +0300 Subject: [PATCH] Make indentation level in `roles/custom/matrix-bot-draupnir/defaults/main.yml` consistent --- 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 0a16cfaef..047a97c7e 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -148,9 +148,9 @@ matrix_bot_draupnir_synapse_http_antispam_config_base_url: "{{ matrix_bot_draupn # Therefore the module is configured from Draupnir because the consumer of the module determines what settings are relevant. matrix_bot_draupnir_synapse_http_antispam_config_enabled_callbacks: - - check_event_for_spam: true - - user_may_invite: true - - user_may_join_room: true + - check_event_for_spam: true + - user_may_invite: true + - user_may_join_room: true matrix_bot_draupnir_synapse_http_antispam_config_fail_open: check_event_for_spam: true