mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 01:11:27 -07:00
* Added Attributes section
* Added Attributes section
(cherry picked from commit b79fd94d51
)
Co-authored-by: Pavel Rabel <128324708+elpavel@users.noreply.github.com>
This commit is contained in:
parent
bbbd38855b
commit
89d1637c32
8 changed files with 28 additions and 9 deletions
|
@ -47,7 +47,10 @@ 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).
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
||||
seealso:
|
||||
- module: community.mysql.mysql_variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue