Update vmware_guest_info.py (#67853)

forgotten doc replacement of vmware_guest_facts to vmware_guest_info
This commit is contained in:
misacek007 2020-02-28 16:53:35 +01:00 committed by GitHub
parent b437167671
commit dbd86be2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ EXAMPLES = '''
register: info
- name: Gather some information about a guest using MoID
vmware_guest_facts:
vmware_guest_info:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
password: "{{ vcenter_password }}"