Fix example typo for vmware_host_facts module (#63434)
This commit is contained in:
parent
7a8c909876
commit
11dc3a972f
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue