mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 16:31:26 -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
|
@ -131,7 +131,10 @@ notes:
|
|||
2) drop a C(~/.my.cnf) file containing the new root credentials.
|
||||
Subsequent runs of the playbook will then succeed by reading the new credentials from the file."
|
||||
- Currently, there is only support for the C(mysql_native_password) encrypted password hash module.
|
||||
- Supports (check_mode).
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
||||
seealso:
|
||||
- module: community.mysql.mysql_info
|
||||
|
@ -148,7 +151,6 @@ author:
|
|||
- Lukasz Tomaszkiewicz (@tomaszkiewicz)
|
||||
extends_documentation_fragment:
|
||||
- community.mysql.mysql
|
||||
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue