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).
|
||||
required: true
|
||||
type: list
|
||||
elements: str
|
||||
aliases: [ db ]
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -32,6 +32,7 @@ options:
|
|||
- 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.
|
||||
type: list
|
||||
elements: str
|
||||
login_db:
|
||||
description:
|
||||
- Database name to connect to.
|
||||
|
|
Loading…
Reference in a new issue