diff --git a/plugins/module_utils/user.py b/plugins/module_utils/user.py index e865723..d8b2d5c 100644 --- a/plugins/module_utils/user.py +++ b/plugins/module_utils/user.py @@ -566,6 +566,12 @@ def user_mod(cursor, user, host, host_all, password, encrypted, else: cursor.execute("ALTER USER %s@%s ACCOUNT UNLOCK", (user, host)) msg = 'User unlocked' + else: + if locked: + msg = 'User will be locked' + else: + msg = 'User will be unlocked' + changed = True if role: