From 2acc3d2a7705606759b9347bc6c09f93c664e017 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 15 Sep 2023 15:07:02 +0200 Subject: [PATCH] document what's missing from the output --- plugins/modules/mysql_info.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index cfe85bd..c462c26 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -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