fixing ansible syntax errors
This commit is contained in:
parent
46faba0162
commit
61ffec7cef
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
template:
|
template:
|
||||||
src: client-libvirt.xml.j2
|
src: client-libvirt.xml.j2
|
||||||
dest: /root/{{ item }}.libvirt.xml
|
dest: /root/{{ item }}.libvirt.xml
|
||||||
vmhostname: {{ clients[item]['hostname'] }}
|
vmhostname: "{{ clients[item]['hostname'] }}"
|
||||||
vmmacaddress: {{ clients[item]['macaddress'] }}
|
vmmacaddress: "{{ clients[item]['macaddress'] }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "virt02"
|
- "virt02"
|
||||||
- "virt03"
|
- "virt03"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue