summaryrefslogtreecommitdiff
path: root/roles/reboot-and-wait/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-05-25 02:04:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-05-25 02:04:16 +0200
commit46787e1c9b9c574a13dae748d2f8ff89e7b55b8e (patch)
tree8a6c10959f53886565d873595d3c285fefbe9039 /roles/reboot-and-wait/tasks
parentmove kubernetes roles to subdir (diff)
remerge vm roles from realraum noc repo
Diffstat (limited to 'roles/reboot-and-wait/tasks')
-rw-r--r--roles/reboot-and-wait/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/reboot-and-wait/tasks/main.yml b/roles/reboot-and-wait/tasks/main.yml
index 4c1b7097..e648f0af 100644
--- a/roles/reboot-and-wait/tasks/main.yml
+++ b/roles/reboot-and-wait/tasks/main.yml
@@ -6,5 +6,5 @@
- name: waiting for host to come back
wait_for_connection:
- delay: "{{ reboot_delay | default(60) }}"
- timeout: "{{ reboot_timeout | default(300) }}"
+ delay: "{{ reboot_delay }}"
+ timeout: "{{ reboot_timeout }}"