mysql_role: remove redundant connection closing (fixes #329) (#330)

* mysql_role: remove redundant connection closing (fixes #329)

* add changelog fragment for pull request #330

Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
(cherry picked from commit 641894e6e8)
This commit is contained in:
betanummeric 2022-04-05 09:35:46 +02:00 committed by patchback[bot]
commit 090b2b0906
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330)."