From 7e2449813c9d2d600a77d5587409073b515f45fa Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 5 Oct 2023 16:47:48 +0200 Subject: [PATCH] sanity --- plugins/modules/mysql_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_role.py b/plugins/modules/mysql_role.py index 9a6d55405..f58837443 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -1090,7 +1090,7 @@ def main(): # TODO Release 4.0.0 : Remove this warning or change the message. if not column_case_sensitive and "(" in str(priv): module.warn("column_case_sensitive set to False, column's name will be uppercased") - + if subtract_privs: priv = None # avoid granting unwanted privileges if detach_members: