mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
fix sanity error
This commit is contained in:
parent
16f8844e40
commit
20e3f9d5ab
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue