Uploaded image for project: 'Ansible Cloud Automation'
  1. Ansible Cloud Automation
  2. ACA-1991

vmware.vmware.content_library_item_info module's output contains multiple duplication of the same content library item

XMLWordPrintable

    • Moderate

      Description:
      When `library_item_id` is used to find an existing item, output contains multiple duplication of the same content library item.

      Steps to reproduce:

          - name: Gather Library Info
            vmware.vmware.content_library_item_info:
              validate_certs: false
              hostname: "{{ vcenter_hostname }}"
              username: "{{ vcenter_username }}"
              password: "{{ vcenter_password }}"
              port: "{{ vcenter_port }}"
              library_item_id: "3bab5fd0-7117-48d7-85a5-b99d4d6e6b99"
            register: __res

      Expected result:
      content library item info shown 1 time

      Actual result:
      content library item info shown multiple times

      Additional info:
      When library_item_name is used, everything works as expected.

              rh-ee-mimorenc Mike Morency
              annsavina Anna Savina Frances
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: