From a78b607427f548f289db568cc1950e47af1559ba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 May 2018 00:14:45 +0000 Subject: [PATCH] Perhaps we need to do this now to keep libvirt from stepping on itself. --- tasks/virt_instance_create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 695e098545..ee074496a9 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -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