Fix the collection to work with mysqlclient connector

This commit is contained in:
Andrew Klychkov 2022-03-14 12:03:47 +03:00
commit dfa424c2b6
5 changed files with 11 additions and 9 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Collection core functions - fixes related to the mysqlclient Python connector (https://github.com/ansible-collections/community.mysql/issues/292).