Skip to content

Commit

Permalink
Update changelogs/fragments/365-mysql_user-add-on_new_username-and-pa…
Browse files Browse the repository at this point in the history
…ssword_changed.yml

Co-authored-by: Benjamin MALYNOVYTCH <[email protected]>
  • Loading branch information
betanummeric and bmalynovytch committed May 31, 2022
1 parent b44a47f commit 1e36e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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 exists.
If the existing users with the same name have varying passwords, the password from the arguments is used like with
If the existing user 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.
Expand Down

0 comments on commit 1e36e52

Please sign in to comment.