mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
added new RETURN block (#22183)
This commit is contained in:
parent
a60d358e56
commit
ef79932d16
1 changed files with 15 additions and 1 deletions
|
@ -113,7 +113,21 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
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
|
# Import necessary libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue