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.