From 429c63510ab3c97f2d26d4b05bd8a92b36664ad5 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mon, 12 Feb 2018 10:24:06 +0530 Subject: [PATCH] VMware: Minor typo in vmware_host_dns_facts (#36018) Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/vmware/vmware_host_dns_facts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_host_dns_facts.py b/lib/ansible/modules/cloud/vmware/vmware_host_dns_facts.py index a26ba61fd44..2c2cea4e8ae 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_host_dns_facts.py +++ b/lib/ansible/modules/cloud/vmware/vmware_host_dns_facts.py @@ -41,7 +41,7 @@ extends_documentation_fragment: vmware.documentation ''' EXAMPLES = r''' -- name: Gather DNS facts about all ESXi Host in given Cluster +- name: Gather DNS facts about all ESXi Hosts in given Cluster vmware_host_dns_facts: hostname: '{{ vcenter_hostname }}' username: '{{ vcenter_username }}' @@ -57,7 +57,7 @@ EXAMPLES = r''' ''' RETURN = r''' -drs_rule_facts: +hosts_dns_facts: description: metadata about DNS config from given cluster / host system returned: always type: dict