Perhaps we need to do this now to keep libvirt from stepping on itself.

This commit is contained in:
Kevin Fenzi 2018-05-08 00:14:45 +00:00
parent a8714caab3
commit a78b607427

View file

@ -7,6 +7,7 @@
virt: command=list_vms
register: result
check_mode: no
run_once: true
- name: ensure the lv for the guest is made
lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present