Added Attributes section

This commit is contained in:
elpavel 2023-05-23 21:51:19 +01:00
commit 96915c9891
8 changed files with 28 additions and 8 deletions

View file

@ -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