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
reviewable/pr18780/r1
Toshio Kuratomi 9 years ago
parent 5bd31ada0e
commit 39d6066f51

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

Loading…
Cancel
Save