summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-01-12 11:25:56 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2016-01-12 11:25:56 -0800
commit39d6066f512b3ceaa4f16592c452cb26c17675f6 (patch)
treefb2c0ad6217a3485e6211d6fa6223c3e4c72b375 /web_infrastructure
parent5bd31ada0e86b3abf80c0dfd81386ac8eb8677b8 (diff)
downloadansible-modules-extras-39d6066f512b3ceaa4f16592c452cb26c17675f6.tar.gz
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
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/taiga_issue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_infrastructure/taiga_issue.py b/web_infrastructure/taiga_issue.py
index 40b74b9c..e58c6c02 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