diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 6effbabe24..eba7b30c2d 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -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