mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-12 08:00:54 -07:00
mention MariaDB (#640)
* mention MariaDB * mention MariaDB in descriptions and notes * nits * chmod -x
This commit is contained in:
parent
47610347ba
commit
6c4dca4bce
10 changed files with 28 additions and 18 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue