mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
Add attribute documentation
Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
This commit is contained in:
parent
0f590dc48e
commit
7358c1e7a7
1 changed files with 8 additions and 0 deletions
|
@ -189,6 +189,14 @@ options:
|
|||
fields names in privileges.
|
||||
type: bool
|
||||
version_added: '3.8.0'
|
||||
|
||||
locked:
|
||||
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.
|
||||
- The default is C(false)
|
||||
type: bool
|
||||
version_added: 'TBA'
|
||||
|
||||
attributes:
|
||||
description:
|
||||
- "Create, update, or delete user attributes (arbitrary 'key: value' comments) for the user."
|
||||
|
|
Loading…
Add table
Reference in a new issue