mysql_db: change pipefail default as true (#734)

* mysql_db: change pipefail default as true

* Fix CI

* major -> breaking in changelog
This commit is contained in:
Andrew Klychkov 2025-09-16 07:54:35 +02:00 committed by GitHub
commit 451f7e617d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,2 @@
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).