Add back line from PR489 removed by accident

This commit is contained in:
Laurent Indermuehle 2023-01-26 16:51:10 +01:00
parent 03fc38a1bd
commit 302aa11a3c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -35,6 +35,8 @@ mysql_driver_fail_msg = ('A MySQL module is required: for Python 2.7 either PyMy
'Consider setting ansible_python_interpreter to use '
'the intended Python version.')
from ansible_collections.community.mysql.plugins.module_utils.database import mysql_quote_identifier
def get_driver_name(mysql_driver):
""" (class) -> str