From 7ec4217fd465c952374141c07746c4e7c2b31af6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 May 2018 02:04:36 +0000 Subject: [PATCH] ok, how about this? --- tasks/virt_instance_create.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 6effbabe24..817bc08594 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -25,7 +25,8 @@ until: vmstatus.status == 'shutdown' delegate_to: "{{ vmhost }}" retries: 1500 - delay: 20 + delay: 10 + run_once: true when: inventory_hostname not in result.list_vms - name: ARMv7 copy the kernel out