community.mysql/changelogs/fragments/fix-256-mysql_dump-errors.yml
Laurent Indermühle 220d68343e
Update changelogs/fragments/fix-256-mysql_dump-errors.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2022-06-22 16:37:32 +02:00

7 lines
334 B
YAML

---
bugfixes:
- mysql_dump - Fixes issue 256. Using compression masks errors messages from
mysql_dump. By default the fix is inactiv to ensure retro-compatibility
with system without bash. To activate the fix, use the module option
``pipefail=true`` (https://github.com/ansible-collections/community.mysql/issues/256).