Release 3.7.2 commit (#556)

This commit is contained in:
Andrew Klychkov 2023-05-25 13:30:17 +02:00 committed by GitHub
commit a81b6fc081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).