mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-23 19:01:28 -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
|
@ -110,4 +110,7 @@ notes:
|
|||
- Alternatively, to avoid using I(login_unix_socket) argument on each invocation you can specify the socket path
|
||||
using the `socket` option in your MySQL config file (usually C(~/.my.cnf)) on the destination host, for
|
||||
example C(socket=/var/lib/mysql/mysql.sock).
|
||||
attributes:
|
||||
check_mode:
|
||||
description: Can run in check_mode and return changed status prediction without modifying target.
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue