From 2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 23:28:35 +0200 Subject: rename all .yaml to .yml --- roles/reboot-and-wait/tasks/main.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 roles/reboot-and-wait/tasks/main.yaml (limited to 'roles/reboot-and-wait/tasks/main.yaml') 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) }}" -- cgit v1.2.3