From 6dd5429186a26867dc73da19946e2c1b088762fc Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 26 Nov 2020 13:28:58 +0300 Subject: [PATCH] Update plugins/modules/mysql_user.py Co-authored-by: Felix Fontein --- plugins/modules/mysql_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index f6077c2..69a98dd 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -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: