From f170da4059f6ae00a1e5eb73f72043f94ec29add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Wed, 22 Jun 2022 16:40:01 +0200 Subject: [PATCH] Add markup and next release version in the documentation string Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_db.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/mysql_db.py b/plugins/modules/mysql_db.py index 41940e8..462973d 100644 --- a/plugins/modules/mysql_db.py +++ b/plugins/modules/mysql_db.py @@ -159,11 +159,11 @@ options: pipefail: description: - 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 + 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. type: bool default: no - version_added: '3.3.1' + version_added: '3.4.0' seealso: - module: community.mysql.mysql_info