mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
VMware: Minor typo in vmware_host_dns_facts (#36018)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
6cdf91fd35
commit
429c63510a
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ extends_documentation_fragment: vmware.documentation
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
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:
|
vmware_host_dns_facts:
|
||||||
hostname: '{{ vcenter_hostname }}'
|
hostname: '{{ vcenter_hostname }}'
|
||||||
username: '{{ vcenter_username }}'
|
username: '{{ vcenter_username }}'
|
||||||
|
@ -57,7 +57,7 @@ EXAMPLES = r'''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
drs_rule_facts:
|
hosts_dns_facts:
|
||||||
description: metadata about DNS config from given cluster / host system
|
description: metadata about DNS config from given cluster / host system
|
||||||
returned: always
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
|
|
Loading…
Reference in a new issue