From 6fd1f62493994008930dd7118f338d0eb5c11d3f Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 12 Apr 2024 14:43:29 +0200 Subject: [PATCH] fix documentation using wrong variable as an example --- plugins/modules/mysql_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index 17732fd..d4fad55 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -230,7 +230,7 @@ users_info: - Does not support proxy privileges. If an account has proxy privileges, they won't appear in the output. - Causes issues with authentications plugins C(sha256_password) and C(caching_sha2_password). If the output is fed to M(community.mysql.mysql_user), the - ``plugin_auth_string`` will most likely be unreadable due to non-binary + ``plugin_hash_string`` will most likely be unreadable due to non-binary characters. returned: if not excluded by filter type: dict