generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql_role closes connection twice #329
Comments
betanummeric
pushed a commit
to betanummeric/community.mysql
that referenced
this issue
Apr 4, 2022
Andersson007
pushed a commit
that referenced
this issue
Apr 5, 2022
* mysql_role: remove redundant connection closing (fixes #329) * add changelog fragment for pull request #330 Co-authored-by: Felix Hamme <[email protected]>
Andersson007
pushed a commit
that referenced
this issue
Apr 5, 2022
…332) * mysql_role: remove redundant connection closing (fixes #329) * add changelog fragment for pull request #330 Co-authored-by: Felix Hamme <[email protected]> (cherry picked from commit 641894e) Co-authored-by: betanummeric <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
The mysql_role module closes the mysql connection too often.
ISSUE TYPE
COMPONENT NAME
module community.mysql.mysql_role
VERSIONS
STEPS TO REPRODUCE
tested with this playbook task:
EXPECTED RESULTS
Only closing the connection once, without warnings.
ACTUAL RESULTS
Ansible logs a warning because it fails to close an already closed connection.
The text was updated successfully, but these errors were encountered: