mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Added Attributes section
This commit is contained in:
parent
b6ad472c78
commit
96915c9891
8 changed files with 28 additions and 8 deletions
|
@ -188,10 +188,12 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue