mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
doc: remove common return values from various modules
This commit is contained in:
parent
e28c285be7
commit
04bf0542cc
11 changed files with 5 additions and 61 deletions
|
@ -100,11 +100,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
policy:
|
policy:
|
||||||
description: The anti affinity policy information
|
description: The anti affinity policy information
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -132,11 +132,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
policy:
|
policy:
|
||||||
description: The alert policy information
|
description: The alert policy information
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -81,11 +81,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
server_ids:
|
server_ids:
|
||||||
description: The list of server ids that are changed
|
description: The list of server ids that are changed
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -130,11 +130,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
firewall_policy_id:
|
firewall_policy_id:
|
||||||
description: The fire wall policy id
|
description: The fire wall policy id
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -112,11 +112,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
group:
|
group:
|
||||||
description: The group information
|
description: The group information
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -174,11 +174,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
loadbalancer:
|
loadbalancer:
|
||||||
description: The load balancer result object from CLC
|
description: The load balancer result object from CLC
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -155,11 +155,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
server_ids:
|
server_ids:
|
||||||
description: The list of server ids that are changed
|
description: The list of server ids that are changed
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -111,11 +111,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
server_ids:
|
server_ids:
|
||||||
description: The list of server ids that are changed
|
description: The list of server ids that are changed
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -277,11 +277,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
server_ids:
|
server_ids:
|
||||||
description: The list of server ids that are created
|
description: The list of server ids that are created
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -94,11 +94,6 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
server_ids:
|
server_ids:
|
||||||
description: The list of server ids that are changed
|
description: The list of server ids that are changed
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -65,13 +65,7 @@ EXAMPLES = '''
|
||||||
local_user_name: foo
|
local_user_name: foo
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''# '''
|
||||||
changed:
|
|
||||||
description: A flag indicating if any change was made or not.
|
|
||||||
returned: success
|
|
||||||
type: boolean
|
|
||||||
sample: True
|
|
||||||
'''
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from pyVmomi import vim, vmodl
|
from pyVmomi import vim, vmodl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue