From 39d6066f512b3ceaa4f16592c452cb26c17675f6 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 --- web_infrastructure/taiga_issue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web_infrastructure/taiga_issue.py b/web_infrastructure/taiga_issue.py index 40b74b9cb88..e58c6c0270b 100644 --- a/web_infrastructure/taiga_issue.py +++ b/web_infrastructure/taiga_issue.py @@ -119,6 +119,7 @@ EXAMPLES = ''' state: absent ''' +RETURN = '''# ''' from os import getenv from os.path import isfile