mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Change documentation per request of @Andersson007
Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
This commit is contained in:
parent
3984380acb
commit
85b16cc82b
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ 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.
|
||||||
default: false
|
default: false
|
||||||
type: bool
|
type: bool
|
||||||
version_added: '3.13.0'
|
version_added: '3.13.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue