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:
|
||||
src: client-libvirt.xml.j2
|
||||
dest: /root/{{ item }}.libvirt.xml
|
||||
vmhostname: {{ clients[item]['hostname'] }}
|
||||
vmmacaddress: {{ clients[item]['macaddress'] }}
|
||||
vmhostname: "{{ clients[item]['hostname'] }}"
|
||||
vmmacaddress: "{{ clients[item]['macaddress'] }}"
|
||||
with_items:
|
||||
- "virt02"
|
||||
- "virt03"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue