From dbd86be2d6b859dd1a84502a88bb54b0b2011171 Mon Sep 17 00:00:00 2001 From: misacek007 Date: Fri, 28 Feb 2020 16:53:35 +0100 Subject: [PATCH] Update vmware_guest_info.py (#67853) forgotten doc replacement of vmware_guest_facts to vmware_guest_info --- lib/ansible/modules/cloud/vmware/vmware_guest_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest_info.py b/lib/ansible/modules/cloud/vmware/vmware_guest_info.py index 3b33e1ebe61..4f9b02eff86 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest_info.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest_info.py @@ -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 }}"