Fix wrong documentation assertion

This commit is contained in:
Laurent Indermuehle 2024-11-13 16:41:49 +01:00
parent 7d787eb238
commit ce6f314a9d
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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