commit 4208c2dcd6f12973054bbe999c1ad489a9a0962d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Apr 4 17:55:20 2019 +0200
Update virt_create
tasks/virt_instance_create.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml
index 695e098..1ede210 100644
--- a/tasks/virt_instance_create.yml
+++ b/tasks/virt_instance_create.yml
@@ -1,6 +1,7 @@
#
# This task is the thing that creates a vm for later use
#
+- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- name: get vm list
delegate_to: "{{ vmhost }}"
@@ -24,7 +25,7 @@
until: vmstatus.status == 'shutdown'
delegate_to: "{{ vmhost }}"
retries: 1500
- delay: 10
+ delay: 20
when: inventory_hostname not in result.list_vms
- name: ARMv7 copy the kernel out
Show replies by date