feat(jobspec): Add new new ipsec with UDP encap
[csit.git] / fdio.infra.ansible / roles / performance_tuning / handlers / main.yaml
index fa2876b..5a48fc3 100644 (file)
@@ -1,13 +1,13 @@
 ---
-# file roles/performance_tuning/handlers/main.yaml
+# file handlers/main.yaml
 
 - name: Update GRUB
-  command: update-grub
+  ansible.builtin.command: update-grub
   tags:
     - update-grub
 
-- name: Reboot server
-  reboot:
+- name: Reboot Server
+  ansible.builtin.reboot:
     reboot_timeout: 3600
   tags:
     - reboot-server