mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
document what's missing from the output
This commit is contained in:
parent
487036e2ff
commit
2acc3d2a77
1 changed files with 4 additions and 0 deletions
|
@ -573,6 +573,10 @@ class MySQL_Info(object):
|
|||
authentications = get_existing_authentication(self.cursor, user, host)
|
||||
output_dict.update(authentications)
|
||||
|
||||
# TODO password_option
|
||||
# TODO lock_option
|
||||
# but both are not supported by mysql_user atm. So no point yet.
|
||||
|
||||
output.append(output_dict)
|
||||
|
||||
self.info['users_privs'] = output
|
||||
|
|
Loading…
Add table
Reference in a new issue