From df9be2f11b98a177c6e24e55f4e0f2ba77b85bc8 Mon Sep 17 00:00:00 2001 From: Hubertus Krogmann Date: Wed, 25 May 2022 13:35:53 +0200 Subject: [PATCH] clarify the documetation --- .../fragments/334-mysql_user_fix_logic_on_oncreate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml b/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml index 5762674..2f3437a 100644 --- a/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml +++ b/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml @@ -1,4 +1,4 @@ bugfixes: - - "mysql_user - fix logicwhen ``update_password`` is set to ``on_create`` for users using ``plugin*`` arguments (https://github.com/ansible-collections/community.mysql/issues/334)." - - + - "mysql_user - fix logic when ``update_password`` is set to ``on_create`` for users using ``plugin*`` arguments (https://github.com/ansible-collections/community.mysql/issues/334)." + - ``on_create`` sets ``password`` to None for old mysql_native_authentication but not for authentiation methods which uses the ``plugin*`` arguments + - this PR changes this so ``on_create`` also exchange ``plugin``, ``plugin_hash_string``, ``plugin_auth_string`` to None in the list of arguments to change