summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb-install.yml')
-rw-r--r--common/usb-install.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml
index 4ef69039..2346b18e 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -70,3 +70,11 @@
- "../{{ install_environment }}/{{ install_hostname }}.yml"
- "../{{ install_environment }}/{{ install_playbook | default('common') }}.yml"
import_playbook: "{{ q('first_found', params) | first }}"
+
+
+- name: reboot machine
+ hosts: "{{ install_hostname }}"
+ roles:
+ - role: reboot-and-wait
+ reboot_delay: 10
+ reboot_timeout: 120