From 11dc3a972fd307472ee4016eaf425c459d8b1466 Mon Sep 17 00:00:00 2001 From: sky-joker Date: Tue, 15 Oct 2019 00:14:50 +0900 Subject: [PATCH] Fix example typo for vmware_host_facts module (#63434) --- lib/ansible/modules/cloud/vmware/vmware_host_facts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: