From c52f3a0d0fd5e0ae8ddaa32f6e4cad81df5b72f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Sanju=C3=A1n?= Date: Mon, 20 Nov 2023 11:24:04 +0100 Subject: [PATCH] Fix identation and message --- plugins/module_utils/user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/module_utils/user.py b/plugins/module_utils/user.py index 005801f5..15d88657 100644 --- a/plugins/module_utils/user.py +++ b/plugins/module_utils/user.py @@ -324,9 +324,9 @@ def user_mod(cursor, user, host, host_all, password, encrypted, if update: password_changed = True - msg = "Password updated" + msg = "Auth pugin updated" if module.check_mode: - return {'changed': True, 'msg': msg, 'password_changed': password_changed} + return {'changed': True, 'msg': msg, 'password_changed': password_changed} if plugin_hash_string: query_with_args = "ALTER USER %s@%s IDENTIFIED WITH %s AS %s", (user, host, plugin, plugin_hash_string) elif plugin_auth_string: