mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 01:11:27 -07:00
requested changes pt. 2
This commit is contained in:
parent
c35bfb983b
commit
55e896e252
3 changed files with 156 additions and 64 deletions
|
@ -515,7 +515,7 @@ def main():
|
|||
|
||||
priv = privileges_unpack(priv, mode, column_case_sensitive, ensure_usage=not subtract_privs)
|
||||
password_changed = False
|
||||
final_attributes = {}
|
||||
final_attributes = None
|
||||
if state == "present":
|
||||
if user_exists(cursor, user, host, host_all):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue