mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 17:01:26 -07:00
Example for katacoda
Used by https://github.com/ansible-community/katacoda-scenarios/
This commit is contained in:
parent
0810cd00c6
commit
0471d187d0
2 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,7 @@ options:
|
|||
- Name of the user (role) to add or remove.
|
||||
type: str
|
||||
required: true
|
||||
aliases: ['user']
|
||||
password:
|
||||
description:
|
||||
- Set the user's password..
|
||||
|
@ -58,7 +59,6 @@ options:
|
|||
description:
|
||||
- Append the privileges defined by priv to the existing ones for this
|
||||
user instead of overwriting existing ones.
|
||||
type: bool
|
||||
default: no
|
||||
tls_requires:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue