Announce pipefail default change in community.mysql 4.0.0 (#408)

This commit is contained in:
Andrew Klychkov 2022-06-30 11:38:21 +02:00 committed by GitHub
commit 1776702b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
bugfixes:
- mysql_dump - Fixes issue 256. Using compression masks errors messages from
mysql_dump. By default the fix is inactiv to ensure retro-compatibility
- mysql_dump - 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).