mysql_db: add chdir argument

This commit is contained in:
Andrew Klychkov 2022-06-10 08:43:58 +02:00
commit a0fe57233e
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).