mysql_role: enable autocommit (#500)

* mysql_role: enable autocommit

* Add changelog fragment
This commit is contained in:
Alexander Skiba 2023-02-01 09:37:37 +01:00 committed by GitHub
commit b8d6474540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- mysql_role - enable auto_commit to avoid MySQL metadata table lock (https://github.com/ansible-collections/community.mysql/issues/479).