From 5c6a3a348e167b6d1f7e47e232004ee9fc1b6203 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 12 Jan 2016 11:25:56 -0800 Subject: [PATCH] Trick ansible-modules-validate to pass this with no RETURN. This is a module present in 1.9 so we have to have it in even though it doesn't have RETURN --- lib/ansible/modules/extras/web_infrastructure/taiga_issue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py b/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py index 40b74b9cb88..e58c6c0270b 100644 --- a/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py +++ b/lib/ansible/modules/extras/web_infrastructure/taiga_issue.py @@ -119,6 +119,7 @@ EXAMPLES = ''' state: absent ''' +RETURN = '''# ''' from os import getenv from os.path import isfile