mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -07:00
VMware: properly format the Jinja2 of the vmware example (#54526)
This commit is contained in:
parent
fc3064471b
commit
ee10551c7d
4 changed files with 10 additions and 10 deletions
|
@ -80,7 +80,7 @@ EXAMPLES = r'''
|
|||
datacenter: datacenter
|
||||
validate_certs: no
|
||||
name: testvm-1
|
||||
dest_folder: /"{{ datacenter }}"/vm
|
||||
dest_folder: "/{{ datacenter }}/vm"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Get VM UUID
|
||||
|
@ -90,7 +90,7 @@ EXAMPLES = r'''
|
|||
password: "{{ vcenter_password }}"
|
||||
validate_certs: no
|
||||
datacenter: "{{ datacenter }}"
|
||||
folder: /"{{datacenter}}"/vm
|
||||
folder: "/{{datacenter}}/vm"
|
||||
name: "{{ vm_name }}"
|
||||
delegate_to: localhost
|
||||
register: vm_facts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue