Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

vCD-vApp-VM get-metadata only returns one entry #220

Open
pille opened this issue Nov 18, 2022 · 0 comments
Open

vCD-vApp-VM get-metadata only returns one entry #220

pille opened this issue Nov 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@pille
Copy link

pille commented Nov 18, 2022

Describe the bug

the task

    - 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

@pille pille added the bug Something isn't working label Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant