diff --git a/lib/ansible/modules/cloud/vmware/vmware_host_facts.py b/lib/ansible/modules/cloud/vmware/vmware_host_facts.py index 70f58aeadb5..051759cbd27 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_host_facts.py +++ b/lib/ansible/modules/cloud/vmware/vmware_host_facts.py @@ -115,8 +115,8 @@ EXAMPLES = r''' - name: Gather some info from a host using the vSphere API output schema vmware_host_facts: hostname: "{{ vcenter_server }}" - username: "{{ esxi_username }}" - password: "{{ esxi_password }}" + username: "{{ vcenter_user }}" + password: "{{ vcenter_pass }}" esxi_hostname: "{{ esxi_hostname }}" schema: vsphere properties: