From ebf56f065f44ad46f157514523333f7d656b5ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Wed, 22 Jun 2022 16:38:36 +0200 Subject: [PATCH] Add markup for commands in the documentation string Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_db.py b/plugins/modules/mysql_db.py index 06a7ccc..41940e8 100644 --- a/plugins/modules/mysql_db.py +++ b/plugins/modules/mysql_db.py @@ -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