mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
linting
This commit is contained in:
parent
b931cd70a7
commit
4d6cacb761
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ options:
|
|||
required: true
|
||||
password:
|
||||
description:
|
||||
- Set the user's password. Only for C(mysql_native_password) authentication. For other authentication plugins see the combination of I(plugin), I(plugin_hash_string), I(plugin_auth_string).
|
||||
- Set the user's password. Only for C(mysql_native_password) authentication.
|
||||
For other authentication plugins see the combination of I(plugin), I(plugin_hash_string), I(plugin_auth_string).
|
||||
type: str
|
||||
encrypted:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue