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

vmware.vmware.cluster_info module's output always contains tags

XMLWordPrintable

    • Moderate

      Description:

      vmware.vmware.cluster_info module's output always contains tags, even when specified properties don't contain tags

       

      Steps to reproduce:

          - name: Gather Cluster Info
            vmware.vmware.cluster_info:
              validate_certs: false
              hostname: "{{ vcenter_hostname }}"
              username: "{{ vcenter_username }}"
              password: "{{ vcenter_password }}"
              datacenter: "{{ vcenter_datacenter }}"
              cluster_name: "{{ test_cluster }}"
              port: "{{ vcenter_port }}"
              schema: vsphere
              properties:
                - name
            register: cluster_info_vmware

       

      Expected result:

      Output contains Just name of cluster

       

      Actual result:

      Output contains name and tags

       

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

                Created:
                Updated:
                Resolved: