added new RETURN block (#22183)

pull/22199/head
molekuul 8 years ago committed by John R Barker
parent a60d358e56
commit ef79932d16

@ -113,7 +113,21 @@ EXAMPLES = '''
'''
RETURN = '''
name:
description: name of the adjusted inittab entry
returned: always
type: string
sample: startmyservice
mgs:
description: action done with the inittab entry
returned: changed
type: string
sample: changed inittab entry startmyservice
changed:
description: whether the inittab changed or not
return: always
type: boolean
sample: true
'''
# Import necessary libraries

Loading…
Cancel
Save