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

@ -82,6 +82,7 @@
state: dump
name: all
target: /tmp/full-dump-without-t1.sql.gz
pipefail: false
register: full_dump_without_t1_gz_without_fix
ignore_errors: true
@ -119,6 +120,7 @@
state: dump
name: db2
target: /tmp/dump-db2-without_t1.sql.gz
pipefail: false
register: dump_db2_without_t1_gz_without_fix
ignore_errors: true