See if this gets check mode happy with the libvirt call

This commit is contained in:
Kevin Fenzi 2013-11-25 18:41:58 +00:00
parent f1d4e575f0
commit 494ec1033e

View file

@ -6,6 +6,7 @@
delegate_to: "{{ vmhost }}"
virt: command=list_vms
register: result
always_run: yes
- name: ensure the lv for the host is made
lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present