From f7cc26de96d2256e08c8001ac880855effc8720d Mon Sep 17 00:00:00 2001 From: Hubertus Krogmann Date: Mon, 30 May 2022 15:53:45 +0200 Subject: [PATCH] linting --- 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 be3c595..292179a 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -22,7 +22,7 @@ options: required: true password: description: - - Set the user's password. Only for C(mysql_native_password) authentication. + - Set the user's password. Only for C(mysql_native_password) authentication. For other authentication plugins see the combination of I(plugin), I(plugin_hash_string), I(plugin_auth_string). type: str encrypted: