mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 17:01:26 -07:00
Doc Attributes (#555)
* Added Attributes section * Added Attributes section
This commit is contained in:
parent
a81b6fc081
commit
b79fd94d51
8 changed files with 28 additions and 9 deletions
|
@ -125,7 +125,10 @@ notes:
|
|||
- Pay attention that the module runs C(SET DEFAULT ROLE ALL TO)
|
||||
all the I(members) passed by default when the state has changed.
|
||||
If you want to avoid this behavior, set I(set_default_role_all) to C(no).
|
||||
- Supports C(check_mode).
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
||||
seealso:
|
||||
- module: community.mysql.mysql_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue