From 671e9a46896b0d7249a29978a3faccd76c7460cc Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 12 Apr 2024 14:44:12 +0200 Subject: [PATCH] Document example returned value `tls_requires` from users_info filter --- plugins/modules/mysql_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index d4fad55..b981e35 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -240,7 +240,8 @@ users_info: "host": "host.com", "plugin": "mysql_native_password", "priv": "db1.*:SELECT/db2.*:SELECT", - "resource_limits": { "MAX_USER_CONNECTIONS": 100 } } + "resource_limits": { "MAX_USER_CONNECTIONS": 100 } + "tls_requires": {"SSL": null} } version_added: '3.8.0' engines: description: Information about the server's storage engines.