Update plugins/modules/mysql_user.py

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Andrew Klychkov 2020-11-26 13:28:58 +03:00 committed by GitHub
parent d2aee92064
commit 6dd5429186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ notes:
1) change the root user's password, without providing any I(login_user)/I(login_password) details, 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. 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." 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). - Supports (check_mode).
seealso: seealso: