Add pipefail to tests of uncompressed dumps to enure it still works

This commit is contained in:
Laurent Indermuehle 2022-06-22 16:55:26 +02:00
commit b5e8cdccf1
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -72,6 +72,7 @@
state: dump
name: all
target: /tmp/full-dump-without-t1.sql
pipefail: true # This should do nothing
register: full_dump_without_t1
ignore_errors: true
@ -108,6 +109,7 @@
state: dump
name: db2
target: /tmp/dump-db2-without_t1.sql
pipefail: true # This should do nothing
register: dump_db2_without_t1
ignore_errors: true