mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 01:11:27 -07:00
Announce pipefail default change in community.mysql 4.0.0 (#408)
This commit is contained in:
parent
5108ca5e66
commit
1776702b9d
3 changed files with 11 additions and 4 deletions
|
@ -159,8 +159,9 @@ options:
|
|||
pipefail:
|
||||
description:
|
||||
- Use C(bash) instead of C(sh) and add C(-o pipefail) to catch errors from the
|
||||
mysql_dump command when I(state=import) and compression is used. The default is I(false) to
|
||||
prevent issue on system without bash. The default may change in a future release.
|
||||
mysql_dump command when I(state=import) and compression is used.
|
||||
- The default is C(no) to prevent issues on systems without bash as a default interpreter.
|
||||
- The default will change to C(yes) in community.mysql 4.0.0.
|
||||
type: bool
|
||||
default: no
|
||||
version_added: '3.4.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue