Merge branch 'main' into lie_tests_using_containers

This commit is contained in:
Laurent Indermuehle 2023-01-25 09:50:50 +01:00
commit f1749db40a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
5 changed files with 37 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_user - add the ``session_vars`` argument to set session variables at the beginning of module execution (https://github.com/ansible-collections/community.mysql/issues/478).

View file

@ -0,0 +1,3 @@
---
minor_changes:
- setup_mysql - update MySQL tarball URL (https://github.com/ansible-collections/community.mysql/pull/491).