From a0573e5855eb01adb76107abf1c355b99c6c63ac Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 15 Mar 2025 09:29:16 +0200 Subject: [PATCH] Fix undefined variable usage in Draupnir config (`matrix_bot_draupnir_config_enableMakeRoomAdminCommand` -> `matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand`) Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3389 --- roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 index 341aa0668..d3184c273 100644 --- a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 +++ b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 @@ -138,7 +138,7 @@ admin: # (with enough permissions) to "make" a user an admin. # # This only works if a local user with enough admin permissions is present in the room. - enableMakeRoomAdminCommand: {{ matrix_bot_draupnir_config_enableMakeRoomAdminCommand | to_json }} + enableMakeRoomAdminCommand: {{ matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand | to_json }} # Misc options for command handling and commands commands: