diff --git a/changelogs/fragments/0-pipefail.yml b/changelogs/fragments/0-pipefail.yml index 5a28d1f..473bd8f 100644 --- a/changelogs/fragments/0-pipefail.yml +++ b/changelogs/fragments/0-pipefail.yml @@ -1,2 +1,2 @@ -major_changes: +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).