mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
* mysql_role: remove redundant connection closing (fixes #329) * add changelog fragment for pull request #330 Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
This commit is contained in:
parent
e319ac082e
commit
641894e6e8
2 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330)."
|
|
@ -1057,8 +1057,6 @@ def main():
|
|||
except Exception as e:
|
||||
module.fail_json(msg=to_native(e))
|
||||
|
||||
# Exit
|
||||
db_conn.close()
|
||||
module.exit_json(changed=changed)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue