mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 16:31:26 -07:00
CI: Fix sanity errors (#668)
This commit is contained in:
parent
37a718c66f
commit
87be61ccf3
6 changed files with 2 additions and 4 deletions
|
@ -393,6 +393,7 @@ def user_mod(cursor, user, host, host_all, password, encrypted,
|
|||
update = True
|
||||
|
||||
if update:
|
||||
query_with_args = None
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue