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:
parent
fdd03916a3
commit
1d2349872a
1 changed files with 1 additions and 5 deletions
|
@ -113,11 +113,7 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
# description: The result is deliverd in an dictionary.
|
|
||||||
- return:
|
|
||||||
changed: true
|
|
||||||
name: "startmyservice"
|
|
||||||
msg: "changed inittab entry startmyservice"
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Import necessary libraries
|
# Import necessary libraries
|
||||||
|
|
Loading…
Reference in a new issue