mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
Merge branch 'issue334_fix_logic_on_oncreate' of github.com:hubiongithub/community.mysql into issue334_fix_logic_on_oncreate
This commit is contained in:
commit
b2eec45b69
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ options:
|
|||
required: true
|
||||
password:
|
||||
description:
|
||||
- Set the user's password. Only for `mysql_native_password` authentication. For other authentication plugins see the combination of plugin, plugin_hash_string, 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:
|
||||
|
@ -115,8 +115,8 @@ options:
|
|||
default: no
|
||||
update_password:
|
||||
description:
|
||||
- C(always) will update passwords if they differ. This affects password and the combinationi of plugin, plugin_hash_string, plugin_auth_string
|
||||
- C(on_create) will only set the password or the combination of plugin, plugin_hash_string, plugin_auth_string for newly created users.
|
||||
- C(always) will update passwords if they differ. This affects I(password) and the combination of I(plugin), I(plugin_hash_string), I(plugin_auth_string).
|
||||
- C(on_create) will only set the password or the combination of plugin, plugin_hash_string, plugin_auth_string for newly created users.
|
||||
type: str
|
||||
choices: [ always, on_create ]
|
||||
default: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue