mysql_info: add note to the module's documentation (#65603)
This commit is contained in:
parent
a79c9e23ee
commit
0474f0b4dd
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue