From 315c4e773c285922a5d09ea092f4ccf993a5d66a Mon Sep 17 00:00:00 2001 From: Alejandro Guirao Date: Sat, 3 Oct 2015 16:45:23 +0200 Subject: [PATCH] Change example to match a severity providen by Taiga out-of-the-box --- lib/ansible/modules/extras/web_infrastructure/taiga_issue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py b/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py index 2b33a843466..942f8290ffd 100644 --- a/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py +++ b/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py @@ -101,7 +101,7 @@ EXAMPLES = ''' issue_type: Bug priority: High status: New - severity: High + severity: Important description: An error has been found. Please check the attached error log for details. attachment: /path/to/error.log attachment_description: Error log file