From 0347dcda050cb2c524d88f71baf9ae8d32e157e8 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 20 Apr 2017 11:07:16 +0100 Subject: [PATCH] Minor typo in vmware_guest_facts (#23791) (#23793) Signed-off-by: Abhijeet Kasurde (cherry picked from commit cc745b0224ee3aa800cf1b4b62df2cd132790e08) --- lib/ansible/modules/cloud/vmware/vmware_guest_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest_facts.py b/lib/ansible/modules/cloud/vmware/vmware_guest_facts.py index 5ad195faa1c..cf424d7cee4 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest_facts.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest_facts.py @@ -76,7 +76,7 @@ EXAMPLES = ''' RETURN = """ instance: - descripton: metadata about the virtualmachine + description: metadata about the virtual machine returned: always type: dict sample: None