diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index b550d14..2d04403 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -213,6 +213,7 @@ connector_name: sample: - "pymysql" - "MySQLdb" + version_added: '3.6.0' connector_version: description: Version of the python connector used by the plugin. When the driver is not identified, returns C(Unknown). returned: always