This commit is contained in:
n-cc 2024-01-10 15:56:01 -06:00 committed by n-cc
parent 5273712941
commit 7012a277de
3 changed files with 9 additions and 5 deletions

View file

@ -931,7 +931,7 @@ class Role():
if privs:
result = user_mod(self.cursor, self.name, self.host,
None, None, None, None, None, None,
privs, append_privs, subtract_privs, None,
privs, append_privs, subtract_privs, None, None,
self.module, role=True, maria_role=self.is_mariadb)
changed = result['changed']