mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Fixes for sanity checks
Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
This commit is contained in:
parent
19ff2d757a
commit
17e398f5a2
1 changed files with 2 additions and 2 deletions
|
@ -193,9 +193,9 @@ options:
|
||||||
locked:
|
locked:
|
||||||
description:
|
description:
|
||||||
- Lock account to prevent connections using it, this is primarily used for creating a user that will act as a DEFINER on stored procedures.
|
- Lock account to prevent connections using it, this is primarily used for creating a user that will act as a DEFINER on stored procedures.
|
||||||
- The default is C(false)
|
- The C(default) is C(false)
|
||||||
type: bool
|
type: bool
|
||||||
version_added: 'TBA'
|
version_added: '3.13.0'
|
||||||
|
|
||||||
attributes:
|
attributes:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue