mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix user plugin changes in check mode
This commit is contained in:
parent
87be61ccf3
commit
1aef4d7d21
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
query_with_args = "ALTER USER %s@%s IDENTIFIED WITH %s", (user, host, plugin)
|
||||||
|
|
||||||
cursor.execute(*query_with_args)
|
cursor.execute(*query_with_args)
|
||||||
password_changed = True
|
|
||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
# Handle privileges
|
# Handle privileges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue