From 0502359633ab65fa8afc463e52605a9db2e32c0c Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Mon, 30 Nov 2020 08:45:08 +0200 Subject: [PATCH] Fix docstring --- 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 3d8218d..3930165 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -119,7 +119,7 @@ options: account_locking: description: - Configure user accounts such that too many consecutive login failures cause temporary account locking. Provided since MySQL 8.0.19. - - Available options are C(FAILED_LOGIN_ATTEMPTS: num), C(PASSWORD_LOCK_TIME: num | UNBOUNDED). + - "Available options are C(FAILED_LOGIN_ATTEMPTS: num), C(PASSWORD_LOCK_TIME: num | UNBOUNDED)." - Used when I(state=present) and target server is MySQL >= 8.0.19, ignored otherwise. - U(https://dev.mysql.com/doc/refman/8.0/en/password-management.html#failed-login-tracking). type: dict