mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 16:01:45 -07:00
Add markup and next release version in the documentation string
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
ebf56f065f
commit
f170da4059
1 changed files with 3 additions and 3 deletions
|
@ -159,11 +159,11 @@ options:
|
||||||
pipefail:
|
pipefail:
|
||||||
description:
|
description:
|
||||||
- Use C(bash) instead of C(sh) and add C(-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
|
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
|
prevent issue on system without bash. The default may change in a future release.
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
version_added: '3.3.1'
|
version_added: '3.4.0'
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
- module: community.mysql.mysql_info
|
- module: community.mysql.mysql_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue