mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 17:01:26 -07:00
Fix docstring
This commit is contained in:
parent
58d21f6f0e
commit
0502359633
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ options:
|
||||||
account_locking:
|
account_locking:
|
||||||
description:
|
description:
|
||||||
- Configure user accounts such that too many consecutive login failures cause temporary account locking. Provided since MySQL 8.0.19.
|
- 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.
|
- 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).
|
- U(https://dev.mysql.com/doc/refman/8.0/en/password-management.html#failed-login-tracking).
|
||||||
type: dict
|
type: dict
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue