From a86cd63c69e15572e56801f7bb89915943f45cf0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 May 2018 02:01:03 +0000 Subject: [PATCH] ok, perhaps a longer poll time would help libvirt --- tasks/virt_instance_create.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index e6bb20ac8c..6effbabe24 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -25,8 +25,7 @@ until: vmstatus.status == 'shutdown' delegate_to: "{{ vmhost }}" retries: 1500 - delay: 10 - ignore_errors: true + delay: 20 when: inventory_hostname not in result.list_vms - name: ARMv7 copy the kernel out