adding required missing name value to virt define

This commit is contained in:
Tim Flink 2015-05-07 02:28:45 +00:00
parent bddaf80c0a
commit 8bcf992184

View file

@ -35,7 +35,7 @@
with_items: clients
- name: ensure vms are defined
virt: command=define xml=/root/{{ item.hostname }}.libvirt.xml
virt: command=define name={{ item.hostname }} xml=/root/{{ item.hostname }}.libvirt.xml
when: item.hostname not in result.list_vms
with_items: clients