mysql_role: remove redundant connection closing (fixes #329)

This commit is contained in:
Felix Hamme 2022-04-04 13:12:41 +02:00
commit 1bb950f6db

View file

@ -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)