mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -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 = {
|
output_dict = {
|
||||||
'user': user,
|
'user': user,
|
||||||
'host': host,
|
'host': host,
|
||||||
'password': 'msandbox',
|
|
||||||
'privs': '/'.join(priv_string),
|
'privs': '/'.join(priv_string),
|
||||||
'resource_limits': copy_ressource_limits,
|
'resource_limits': copy_ressource_limits,
|
||||||
'authentications': authentications
|
'authentications': authentications
|
||||||
|
@ -575,8 +574,6 @@ class MySQL_Info(object):
|
||||||
|
|
||||||
output.append(output_dict)
|
output.append(output_dict)
|
||||||
|
|
||||||
# TODO: Return passwords
|
|
||||||
|
|
||||||
self.info['users_privs'] = output
|
self.info['users_privs'] = output
|
||||||
|
|
||||||
def __get_databases(self, exclude_fields, return_empty_dbs):
|
def __get_databases(self, exclude_fields, return_empty_dbs):
|
||||||
|
|
Loading…
Add table
Reference in a new issue