Release 3.7.1 commit

This commit is contained in:
Andrew Klychkov 2023-05-22 09:19:57 +02:00
commit 5af08bd490
4 changed files with 32 additions and 4 deletions

View file

@ -1,2 +0,0 @@
bugfixes:
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with older mysql drivers (MySQLdb < 2.1.0 or PyMySQL < 1.0.0) (https://github.com/ansible-collections/community.mysql/pull/551).