mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
Add markup for commands in the documentation string
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
220d68343e
commit
ebf56f065f
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ options:
|
|||
version_added: '3.4.0'
|
||||
pipefail:
|
||||
description:
|
||||
- Use bash instead of sh and add -o pipefail to catch errors from the
|
||||
- Use C(bash) instead of C(sh) and add C(-o pipefail) to catch errors from the
|
||||
mysql_dump command when compression is used. The default is false to
|
||||
prevent issue on system without bash. The default may change in a future release
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue