mysql_info: add note to the module's documentation (#65603)

This commit is contained in:
Andrew Klychkov 2019-12-06 13:53:04 +03:00 committed by ansibot
parent a79c9e23ee
commit 0474f0b4dd

View file

@ -46,6 +46,10 @@ options:
elements: str
version_added: '2.10'
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).
author:
- Andrew Klychkov (@Andersson007)