From 199f69042af504c11febfa3e9cad1d3374304b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Fri, 27 Jan 2023 08:43:28 +0100 Subject: [PATCH] Document version_added Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_info.py | 1 + 1 file changed, 1 insertion(+) 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