summaryrefslogtreecommitdiff
path: root/roles/reboot-and-wait/tasks/main.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
commit2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 (patch)
tree6cbb61b2f17061fee06306a3ec2e58e2fc3e87de /roles/reboot-and-wait/tasks/main.yaml
parentupdated google apt key (diff)
rename all .yaml to .yml
Diffstat (limited to 'roles/reboot-and-wait/tasks/main.yaml')
-rw-r--r--roles/reboot-and-wait/tasks/main.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/reboot-and-wait/tasks/main.yaml b/roles/reboot-and-wait/tasks/main.yaml
deleted file mode 100644
index 4c1b7097..00000000
--- a/roles/reboot-and-wait/tasks/main.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-- name: reboot machine
- shell: sleep 2 && shutdown -r now
- async: 1
- poll: 0
- ignore_errors: true
-
-- name: waiting for host to come back
- wait_for_connection:
- delay: "{{ reboot_delay | default(60) }}"
- timeout: "{{ reboot_timeout | default(300) }}"