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
|
@ -173,13 +173,14 @@ requirements:
|
|||
- mysql (command line binary)
|
||||
- mysqldump (command line binary)
|
||||
notes:
|
||||
- Supports C(check_mode).
|
||||
- Requires the mysql and mysqldump binaries on the remote host.
|
||||
- This module is B(not idempotent) when I(state) is C(import),
|
||||
and will import the dump file each time if run more than once.
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
extends_documentation_fragment:
|
||||
- community.mysql.mysql
|
||||
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue