changing varible declaration slightly to see if xml generation will work
This commit is contained in:
parent
04aa3ef776
commit
9e6df9f248
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@
|
|||
template:
|
||||
src: client-libvirt.xml.j2
|
||||
dest: /root/{{ item }}.libvirt.xml
|
||||
vmdata: item
|
||||
vmdata: "{{ item }}"
|
||||
with_items: clients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue