From a0aa029f674848100c7931a21a9599bbe4481dab Mon Sep 17 00:00:00 2001 From: Hubertus Krogmann Date: Mon, 30 May 2022 11:19:55 +0200 Subject: [PATCH] linting --- changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ec55c7d..2d120af 100644 --- a/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml +++ b/changelogs/fragments/334-mysql_user_fix_logic_on_oncreate.yml @@ -1,2 +1,2 @@ bugfixes: - - "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).". The ``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 + - "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).. The ``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"