mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -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
|
@ -94,7 +94,7 @@ EXAMPLES = r'''
|
|||
username: "{{ vcenter_username }}"
|
||||
password: "{{ vcenter_password }}"
|
||||
validate_certs: no
|
||||
folder: /"{{ datacenter_name }}"/vm/my_folder
|
||||
folder: "/{{ datacenter_name }}/vm/my_folder"
|
||||
name: "{{ guest_name }}"
|
||||
state: powered-off
|
||||
delegate_to: localhost
|
||||
|
@ -105,7 +105,7 @@ EXAMPLES = r'''
|
|||
hostname: "{{ vcenter_hostname }}"
|
||||
username: "{{ vcenter_username }}"
|
||||
password: "{{ vcenter_password }}"
|
||||
folder: /"{{ datacenter_name }}"/vm/my_folder
|
||||
folder: "/{{ datacenter_name }}/vm/my_folder"
|
||||
name: "{{ guest_name }}"
|
||||
state: powered-off
|
||||
scheduled_at: "09/01/2018 10:18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue