mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix documentation using wrong variable as an example
This commit is contained in:
parent
1bd2520f30
commit
6fd1f62493
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue