mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 00:11:45 -07:00
added substract_privs, to t list of arguments
This commit is contained in:
parent
907892e8ec
commit
955d27491a
1 changed files with 1 additions and 6 deletions
|
@ -456,13 +456,8 @@ def main():
|
|||
priv, append_privs, subtract_privs, tls_requires, module)
|
||||
else:
|
||||
changed, msg = user_mod(cursor, user, host, host_all, None, encrypted,
|
||||
<<<<<<< HEAD
|
||||
plugin, plugin_hash_string, plugin_auth_string,
|
||||
priv, append_privs, subtract_privs, tls_requires, module)
|
||||
=======
|
||||
None, None, None,
|
||||
priv, append_privs, tls_requires, module)
|
||||
>>>>>>> mysql_user: prevent password getting set for existing users on on_create when plugin is used
|
||||
priv, append_privs, subtract_privs, tls_requires, module)
|
||||
|
||||
except (SQLParseError, InvalidPrivsError, mysql_driver.Error) as e:
|
||||
module.fail_json(msg=to_native(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue