mysql_info: fix documentation (#67)

This commit is contained in:
Andrew Klychkov 2020-11-26 13:12:51 +03:00 committed by GitHub
parent 549c7fe15a
commit ea54a44c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ options:
exclude_fields:
description:
- List of fields which are not needed to collect.
- "Supports elements: C(db_size). Unsupported elements will be ignored"
- "Supports elements: C(db_size). Unsupported elements will be ignored."
type: list
elements: str
version_added: '0.1.0'
@ -47,6 +47,7 @@ options:
notes:
- Calculating the size of a database might be slow, depending on the number and size of tables in it.
To avoid this, use I(exclude_fields=db_size).
- Supports C(check_mode).
seealso:
- module: community.mysql.mysql_variables
@ -59,7 +60,6 @@ author:
extends_documentation_fragment:
- community.mysql.mysql
'''
EXAMPLES = r'''