Infra: Ansible Ubuntu Focal
[csit.git] / resources / tools / testbed-setup / ansible / roles / common / handlers / main.yaml
index bdcf683..bb317e8 100644 (file)
@@ -1,6 +1,8 @@
 ---
 # file: roles/common/handlers/main.yaml
 
-- name: Update GRUB
-  command: update-grub
-  tags: update-grub
+- name: Reboot Server
+  reboot:
+    reboot_timeout: 3600
+  tags:
+    - reboot-server