mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 05:21:46 -07:00
add lssing arg
This commit is contained in:
parent
2eec847197
commit
a7d49feb9f
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ class Role():
|
|||
|
||||
if privs:
|
||||
result = user_mod(self.cursor, self.name, self.host,
|
||||
None, None, None, None, None, None,
|
||||
None, None, None, None, None, None, None,
|
||||
privs, append_privs, subtract_privs, None, None,
|
||||
self.module, None, None, role=True,
|
||||
maria_role=self.is_mariadb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue