mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
add changelog fragment
This commit is contained in:
parent
e33b69d320
commit
eb4ffd54c3
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
minor_changes:
|
||||
- >
|
||||
mysql_user: Add the option "on_new_username" to argument "update_password" to reuse the password (plugin and
|
||||
authentication_string) when creating a new user if some user with the same name already exist.
|
||||
If the existing users with the same name have varying passwords, the password from the arguments is used like with
|
||||
"update_password: always". See (https://github.com/ansible-collections/community.mysql/pull/365).
|
||||
- >
|
||||
mysql_user: Add the result field "password_changed" (boolean). It is true, when the user got a new password.
|
||||
When the user was created with "update_password: on_new_username" and an existing password was reused,
|
||||
"password_changed" is false. See (https://github.com/ansible-collections/community.mysql/pull/365).
|
Loading…
Add table
Add a link
Reference in a new issue