From 070109e70d55d87eeeb3b3b30c94a969d88f21c5 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 13 Oct 2023 08:55:21 +0200 Subject: [PATCH] add version_added for user_accounts to the documentation --- 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 71f3c59..2619ce6 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -240,6 +240,7 @@ user_accounts: "plugin": "mysql_native_password", "priv": "db1.*:SELECT/db2.*:SELECT", "resource_limits": { "MAX_USER_CONNECTIONS": 100 } } + version_added: '3.8.0' engines: description: Information about the server's storage engines. returned: if not excluded by filter