mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
7 lines
334 B
YAML
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).
|