Update vmware_guest_info.py (#67853)
forgotten doc replacement of vmware_guest_facts to vmware_guest_info
This commit is contained in:
parent
b437167671
commit
dbd86be2d6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ EXAMPLES = '''
|
||||||
register: info
|
register: info
|
||||||
|
|
||||||
- name: Gather some information about a guest using MoID
|
- name: Gather some information about a guest using MoID
|
||||||
vmware_guest_facts:
|
vmware_guest_info:
|
||||||
hostname: "{{ vcenter_hostname }}"
|
hostname: "{{ vcenter_hostname }}"
|
||||||
username: "{{ vcenter_username }}"
|
username: "{{ vcenter_username }}"
|
||||||
password: "{{ vcenter_password }}"
|
password: "{{ vcenter_password }}"
|
||||||
|
|
Loading…
Reference in a new issue