mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07: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:
parent
59fce041af
commit
5c6a3a348e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue