mysql: add elements for list params to the modules' documentation (#63187)
This commit is contained in:
parent
8a37a2440e
commit
30c2d21f17
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ options:
|
||||||
- if name=all Works like --all-databases option for mysqldump (Added in 2.0).
|
- if name=all Works like --all-databases option for mysqldump (Added in 2.0).
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
aliases: [ db ]
|
aliases: [ db ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -32,6 +32,7 @@ options:
|
||||||
- If you pass including and excluding values to the filter, for example, I(filter=!settings,version),
|
- If you pass including and excluding values to the filter, for example, I(filter=!settings,version),
|
||||||
the excluding values, C(!settings) in this case, will be ignored.
|
the excluding values, C(!settings) in this case, will be ignored.
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
login_db:
|
login_db:
|
||||||
description:
|
description:
|
||||||
- Database name to connect to.
|
- Database name to connect to.
|
||||||
|
|
Loading…
Reference in a new issue