ansible/vm/install: Wait slightly longer for Debian installer
authornicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 15:18:35 +0000 (16:18 +0100)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 15:18:35 +0000 (16:18 +0100)
ansible/roles/vm/install/tasks/main.yml

index aaa881e..034cf1d 100644 (file)
@@ -99,7 +99,7 @@
   wait_for_virt:
     name: "{{ vmname }}"
     states: shutdown,crashed
-    timeout: 900
+    timeout: 1800
   register: installer_result
   failed_when: installer_result.failed or installer_result.state == "crashed"