mysql: add elements for list params to the modules' documentation (#63187)

pull/63197/head
Andrey Klychkov 5 years ago committed by ansibot
parent 8a37a2440e
commit 30c2d21f17

@ -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…
Cancel
Save