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
|
- name: Gather some info from a host using the vSphere API output schema
|
||||||
vmware_host_facts:
|
vmware_host_facts:
|
||||||
hostname: "{{ vcenter_server }}"
|
hostname: "{{ vcenter_server }}"
|
||||||
username: "{{ esxi_username }}"
|
username: "{{ vcenter_user }}"
|
||||||
password: "{{ esxi_password }}"
|
password: "{{ vcenter_pass }}"
|
||||||
esxi_hostname: "{{ esxi_hostname }}"
|
esxi_hostname: "{{ esxi_hostname }}"
|
||||||
schema: vsphere
|
schema: vsphere
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue