mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Added datacenter as variable to expample block, since it is a required variable (#25944)
This commit is contained in:
parent
a2c8481395
commit
72d977057f
1 changed files with 2 additions and 1 deletions
|
@ -67,11 +67,12 @@ extends_documentation_fragment: vmware.documentation
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Gather VM facts
|
- name: Gather facts from standalone ESXi server having datacenter as 'ha-datacenter'
|
||||||
vmware_guest_facts:
|
vmware_guest_facts:
|
||||||
hostname: 192.168.1.209
|
hostname: 192.168.1.209
|
||||||
username: administrator@vsphere.local
|
username: administrator@vsphere.local
|
||||||
password: vmware
|
password: vmware
|
||||||
|
datacenter: ha-datacenter
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
uuid: 421e4592-c069-924d-ce20-7e7533fab926
|
uuid: 421e4592-c069-924d-ce20-7e7533fab926
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue