mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Added datacenter as variable to expample block, since it is a required variable (#25944)
This commit is contained in:
@@ -67,11 +67,12 @@ extends_documentation_fragment: vmware.documentation
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Gather VM facts
|
||||
- name: Gather facts from standalone ESXi server having datacenter as 'ha-datacenter'
|
||||
vmware_guest_facts:
|
||||
hostname: 192.168.1.209
|
||||
username: administrator@vsphere.local
|
||||
password: vmware
|
||||
datacenter: ha-datacenter
|
||||
validate_certs: no
|
||||
uuid: 421e4592-c069-924d-ce20-7e7533fab926
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user