You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
- name: get vApp VM metadata
delegate_to: localhost
vcd_vapp_vm:
operation: "get_meta"
target_vm_name: "{{ vcd_vm_name }}"
target_vdc: "{{ vcd_vdc }}"
target_vapp: "{{ vcd_vapp }}"
will only return one metadata entry, even if there are more.
it fails, when none is available.
documentation is also buggy, as it states one should use vcd_vapp-module.
Reproduction steps
see above
Expected behavior
return all entries and don't fail when none is available.
also c'n'p failure in docs should be fixed.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
the task
will only return one metadata entry, even if there are more.
it fails, when none is available.
documentation is also buggy, as it states one should use
vcd_vapp
-module.Reproduction steps
see above
Expected behavior
return all entries and don't fail when none is available.
also c'n'p failure in docs should be fixed.
Additional context
No response
The text was updated successfully, but these errors were encountered: