Update vmware_guest_info.py (#67853)

forgotten doc replacement of vmware_guest_facts to vmware_guest_info
pull/67863/head
misacek007 4 years ago committed by GitHub
parent b437167671
commit dbd86be2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}"

Loading…
Cancel
Save