1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
This commit is contained in:
Toshio Kuratomi 2016-01-12 11:25:56 -08:00 committed by Matt Clay
parent 59fce041af
commit 5c6a3a348e

View file

@ -119,6 +119,7 @@ EXAMPLES = '''
state: absent
'''
RETURN = '''# '''
from os import getenv
from os.path import isfile