community.mysql/changelogs/fragments/fix-256-mysql_dump-errors.yml
2022-08-02 11:34:51 +02:00

7 lines
316 B
YAML

---
bugfixes:
- mysql_db - Using compression masks errors messages from
mysql_dump. By default the fix is inactive 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).