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: