Update changelogs/fragments/fix-256-mysql_dump-errors.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2022-06-22 16:37:32 +02:00 committed by GitHub
commit 220d68343e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@ 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`.
``pipefail=true`` (https://github.com/ansible-collections/community.mysql/issues/256).