mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
typo
This commit is contained in:
parent
175ad8899c
commit
eb9305ed80
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ def user_delete(cursor, user, host, host_all, check_mode):
|
|||
hostnames = [host]
|
||||
|
||||
for hostname in hostnames:
|
||||
cursor.execute("DROP USER IF EXIST %s@%s", (user, hostname))
|
||||
cursor.execute("DROP USER IF EXISTS %s@%s", (user, hostname))
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue