mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-31 10:21:47 -07:00
mysql_role: remove redundant connection closing (fixes #329)
This commit is contained in:
parent
e319ac082e
commit
1bb950f6db
1 changed files with 0 additions and 2 deletions
|
@ -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
Add a link
Reference in a new issue