mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-10-01 14:03:26 -07:00
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:
parent
96828579ac
commit
451f7e617d
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue