mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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.
|
- Name of the user (role) to add or remove.
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
|
aliases: ['user']
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- Set the user's password..
|
- Set the user's password..
|
||||||
|
@ -58,7 +59,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- Append the privileges defined by priv to the existing ones for this
|
- Append the privileges defined by priv to the existing ones for this
|
||||||
user instead of overwriting existing ones.
|
user instead of overwriting existing ones.
|
||||||
type: bool
|
|
||||||
default: no
|
default: no
|
||||||
tls_requires:
|
tls_requires:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -4,5 +4,4 @@ plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
|
||||||
plugins/modules/mysql_info.py validate-modules:doc-elements-mismatch
|
plugins/modules/mysql_info.py validate-modules:doc-elements-mismatch
|
||||||
plugins/modules/mysql_info.py validate-modules:parameter-list-no-elements
|
plugins/modules/mysql_info.py validate-modules:parameter-list-no-elements
|
||||||
plugins/modules/mysql_query.py validate-modules:parameter-list-no-elements
|
plugins/modules/mysql_query.py validate-modules:parameter-list-no-elements
|
||||||
plugins/modules/mysql_user.py validate-modules:undocumented-parameter
|
|
||||||
plugins/modules/mysql_variables.py validate-modules:doc-required-mismatch
|
plugins/modules/mysql_variables.py validate-modules:doc-required-mismatch
|
||||||
|
|
Loading…
Add table
Reference in a new issue