Skip to content

Commit

Permalink
fix return docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 3, 2024
1 parent b925e7c commit ea18766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/vcenter_ovf_libraryitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
id: "{{ lookup('vmware.vmware_rest.vm_moid', 'My VM') }}"
target:
library_id: 1111111-1111111-1111111-111111
library_item_id: "{{ _ovf_item.id }}"
library_item_id: "{{ _ovf_item.value.ovf_library_item_id }}"
create_spec:
description: A much better description for this template
flags: []
Expand All @@ -318,7 +318,7 @@
RETURN = r"""
id:
description: The ID of the OVF template
returned: When the template was created
returned: On success and not changed
type: str
sample:
id: "3994f858-2d45-4dac-b407-0643a29308bd"
Expand All @@ -329,7 +329,7 @@
returned: On success
type: dict
sample:
# Values returned if OVF was created
# Values returned if OVF already exists and is unchanged
cached: true
certificate_verification_info:
status: "INTERNAL"
Expand All @@ -346,7 +346,7 @@
type: "ovf"
version: "1"
# Values returned if OVF already exists
# Values returned if OVF is changed
error:
errors: []
information: []
Expand Down

0 comments on commit ea18766

Please sign in to comment.