Fix: Ansible minor bugs
[csit.git] / resources / tools / testbed-setup / ansible / roles / performance_tuning / handlers / main.yaml
index 917856b..fa2876b 100644 (file)
@@ -1,13 +1,13 @@
 ---
 # file roles/performance_tuning/handlers/main.yaml
 
+- name: Update GRUB
+  command: update-grub
+  tags:
+    - update-grub
+
 - name: Reboot server
   reboot:
     reboot_timeout: 3600
   tags:
     - reboot-server
-
-- name: Update GRUB
-  command: update-grub
-  tags:
-    - update-grub