From 20e3f9d5ab746e86282ef406014c41c18283923b Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 22 Feb 2024 10:29:54 +0200 Subject: [PATCH] fix sanity error --- plugins/module_utils/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/module_utils/user.py b/plugins/module_utils/user.py index 3b1b2b0..17ad4b0 100644 --- a/plugins/module_utils/user.py +++ b/plugins/module_utils/user.py @@ -1068,6 +1068,7 @@ def is_password_expired(cursor, user, host): return True return False + def get_attribute_support(cursor): """Checks if the MySQL server supports user attributes.