From 5ed70e0ffbb44290f663a65b38c01758f053ac59 Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Thu, 13 Mar 2025 13:50:57 +0100 Subject: [PATCH] Fix D4A Config Lint Error --- .../custom/matrix-appservice-draupnir-for-all/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml index 102ffca1e..17e415f6c 100644 --- a/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml +++ b/roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml @@ -52,7 +52,7 @@ matrix_appservice_draupnir_for_all_systemd_wanted_services_list: [] # Note: Draupnir is fairly verbose - expect a lot of messages from it. # This room is diffrent for Appservice Mode compared to normal mode. # In Appservice mode it provides functions like user management. -matrix_appservice_draupnir_for_all_config_adminRoom: "" # noqa var-naming +matrix_appservice_draupnir_for_all_config_adminRoom: "" # noqa var-naming # Controls if the room state backing store is activated. # Room state backing store makes restarts of the bot lightning fast as the bot does not suffer from amnesia.