mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
cut unused option (will be in authentications.auth_string)
This commit is contained in:
parent
093fe79e17
commit
c1248cb692
1 changed files with 0 additions and 3 deletions
|
@ -559,7 +559,6 @@ class MySQL_Info(object):
|
|||
output_dict = {
|
||||
'user': user,
|
||||
'host': host,
|
||||
'password': 'msandbox',
|
||||
'privs': '/'.join(priv_string),
|
||||
'resource_limits': copy_ressource_limits,
|
||||
'authentications': authentications
|
||||
|
@ -575,8 +574,6 @@ class MySQL_Info(object):
|
|||
|
||||
output.append(output_dict)
|
||||
|
||||
# TODO: Return passwords
|
||||
|
||||
self.info['users_privs'] = output
|
||||
|
||||
def __get_databases(self, exclude_fields, return_empty_dbs):
|
||||
|
|
Loading…
Add table
Reference in a new issue