From 58f5a4196c28ba2de1d2e1559fb4e2f2a3b7da65 Mon Sep 17 00:00:00 2001 From: betanummeric <40263343+betanummeric@users.noreply.github.com> Date: Tue, 31 May 2022 12:19:06 +0200 Subject: [PATCH] Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml Co-authored-by: Benjamin MALYNOVYTCH --- .../365-mysql_user-add-on_new_username-and-password_changed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml b/changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml index c36b65d3..3064a0a3 100644 --- a/changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml +++ b/changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml @@ -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.