mention MariaDB in descriptions and notes

This commit is contained in:
robertsilen 2024-05-30 13:53:34 +03:00
parent 554d99e58b
commit 172ada9e20
7 changed files with 25 additions and 15 deletions

5
plugins/modules/mysql_info.py Normal file → Executable file
View file

@ -11,9 +11,9 @@ __metaclass__ = type
DOCUMENTATION = r'''
---
module: mysql_info
short_description: Gather information about MySQL servers
short_description: Gather information about MySQL or MariaDB servers
description:
- Gathers information about MySQL servers.
- Gathers information about MySQL or MariaDB servers.
options:
filter:
@ -46,6 +46,7 @@ options:
default: false
notes:
- Compatible with MariaDB or MySQL
- 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).