Add return data example

reviewable/pr18780/r1
James Tanner 8 years ago
parent 6b5ad394da
commit c51b1549a2

@ -43,7 +43,7 @@ options:
required: False required: False
vm_hardware: vm_hardware:
description: description:
- FIXME - Attributes such as cpus, memroy, osid, and disk controller
required: False required: False
vm_nic: vm_nic:
description: description:
@ -103,6 +103,14 @@ Example from Ansible playbook
register: deploy register: deploy
''' '''
RETURN = """
instance:
descripton: metadata about the new virtualmachine
returned: always
type: dict
sample: None
"""
try: try:
import json import json
except ImportError: except ImportError:

Loading…
Cancel
Save