From c8191d7d21ff7559111d48310a6317e555c776bb Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 13 Mar 2025 20:24:26 +0200 Subject: [PATCH] Fix trailing spaces in Draupnir's `validate_config.yml` --- roles/custom/matrix-bot-draupnir/tasks/validate_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-draupnir/tasks/validate_config.yml b/roles/custom/matrix-bot-draupnir/tasks/validate_config.yml index 06508a47c..834399e49 100644 --- a/roles/custom/matrix-bot-draupnir/tasks/validate_config.yml +++ b/roles/custom/matrix-bot-draupnir/tasks/validate_config.yml @@ -24,7 +24,7 @@ - {'old': 'matrix_bot_draupnir_web_enabled', 'new': 'matrix_bot_draupnir_config_web_enabled'} - {'old': 'matrix_bot_draupnir_abuse_reporting_enabled', 'new': 'matrix_bot_draupnir_config_web_abuseReporting'} - {'old': 'matrix_bot_draupnir_display_reports', 'new': 'matrix_bot_draupnir_config_displayReports'} - + - name: Fail if required matrix-bot-draupnir variables are undefined ansible.builtin.fail: msg: "The `{{ item.name }}` variable must be defined and have a non-null value."