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

RETURN block is broken, so delete it

This commit is contained in:
John R Barker 2017-02-24 20:44:48 +00:00 committed by GitHub
parent fdd03916a3
commit 1d2349872a

View file

@ -113,11 +113,7 @@ EXAMPLES = '''
'''
RETURN = '''
# description: The result is deliverd in an dictionary.
- return:
changed: true
name: "startmyservice"
msg: "changed inittab entry startmyservice"
'''
# Import necessary libraries