mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-09-21 14:31:22 -07:00
2 lines
431 B
YAML
2 lines
431 B
YAML
breaking_changes:
|
|
- mysql_db - the ``pipefail`` argument's default value is set to ``true``. If your target machines do not use ``bash`` as a default interpreter, set ``pipefail`` to ``false`` explicitly. However, we strongly recommend setting up ``bash`` as a default and ``pipefail=true`` as it will protect you from getting broken dumps you don't know about (https://github.com/ansible-collections/community.mysql/issues/407).
|