VMware: Minor typo in vmware_host_dns_facts (#36018)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-02-12 10:24:06 +05:30 committed by GitHub
parent 6cdf91fd35
commit 429c63510a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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