From 827ac4c79ec1d597b291624e6216b35a6226df83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sat, 3 Jun 2023 13:50:29 +0200 Subject: [PATCH] fix lint --- .../custom/matrix-bot-matrix-registration-bot/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml b/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml index 3f129c179..152ebde58 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml +++ b/roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml @@ -25,7 +25,7 @@ matrix_bot_matrix_registration_bot_api_base_url: "https://{{ matrix_server_fqn_m # This does not necessarily need to be a privileged (admin) access token. matrix_bot_matrix_registration_bot_bot_access_token: '' # Instead also a password can be used -matrix_bot_matrix_registration_bot_bot_password: '' +matrix_bot_matrix_registration_bot_bot_password: '' # The access token that the bot uses to call the Matrix API for creating registration tokens. # This needs to be a privileged (admin) access token.