mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Update plugins/modules/mysql_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d2aee92064
commit
6dd5429186
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ notes:
|
|||
1) change the root user's password, without providing any I(login_user)/I(login_password) details,
|
||||
2) drop a C(~/.my.cnf) file containing the new root credentials.
|
||||
Subsequent runs of the playbook will then succeed by reading the new credentials from the file."
|
||||
- Currently, there is only support for the `mysql_native_password` encrypted password hash module.
|
||||
- Currently, there is only support for the C(mysql_native_password) encrypted password hash module.
|
||||
- Supports (check_mode).
|
||||
|
||||
seealso:
|
||||
|
|
Loading…
Add table
Reference in a new issue