This won't work if we have some hosts on different virthosts.

This commit is contained in:
Kevin Fenzi 2018-05-08 18:45:54 +00:00
parent c1ac4fb83a
commit bdd9841725

View file

@ -7,7 +7,6 @@
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