From 494ec1033e628fc7427d829f285e595e0c8f2ef1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 25 Nov 2013 18:41:58 +0000 Subject: [PATCH] See if this gets check mode happy with the libvirt call --- 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 0a9b14324e..70999d6734 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -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