mysql_db: add chdir argument (#396)

This commit is contained in:
Andrew Klychkov 2022-06-13 09:11:18 +03:00 committed by GitHub
commit 8e79690a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_db - add the ``chdir`` argument to avoid failings when a dump file contains relative paths (https://github.com/ansible-collections/community.mysql/issues/395).