Fix user plugin changes in check mode

This commit is contained in:
Fran Sanjuán 2023-11-20 11:05:24 +01:00
commit 1aef4d7d21

View file

@ -412,7 +412,6 @@ def user_mod(cursor, user, host, host_all, password, encrypted,
query_with_args = "ALTER USER %s@%s IDENTIFIED WITH %s", (user, host, plugin)
cursor.execute(*query_with_args)
password_changed = True
changed = True
# Handle privileges