-
Bug
-
Resolution: Done
-
Undefined
-
None
-
Unspecified
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