mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml
Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>
This commit is contained in:
parent
35e5676bf8
commit
b23c6b9001
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
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.
|
||||
authentication_string) when creating a new user if some user with the same name already exists.
|
||||
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).
|
||||
- >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue