Example for katacoda

Used by https://github.com/ansible-community/katacoda-scenarios/
This commit is contained in:
John Barker 2020-09-05 20:20:20 +01:00
parent 0810cd00c6
commit 0471d187d0
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -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: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