From 302aa11a3c7410cd7f12204631a8d90488de0e47 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 26 Jan 2023 16:51:10 +0100 Subject: [PATCH] Add back line from PR489 removed by accident --- plugins/module_utils/mysql.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/module_utils/mysql.py b/plugins/module_utils/mysql.py index 43830e2..fa438f3 100644 --- a/plugins/module_utils/mysql.py +++ b/plugins/module_utils/mysql.py @@ -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