Release 3.7.2 commit

This commit is contained in:
Andrew Klychkov 2023-05-25 13:26:43 +02:00
commit 6a71f8531e
4 changed files with 30 additions and 3 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 MySQLdb < 2.0.0 (https://github.com/ansible-collections/community.mysql/pull/553).