mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 18:20:31 -07:00
Fix wrong documentation assertion (#690)
This commit is contained in:
parent
7d787eb238
commit
d613fa1993
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ 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.
|
||||
mysql_dump command when I(state=dump) 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
|
||||
|
|
Loading…
Add table
Reference in a new issue