d2f8f5cb9535b0a3ca277ba28dd82df594b5efb6
[csit.git] / fdio.infra.ansible / roles / performance_tuning / handlers / main.yaml
1 ---
2 # file roles/performance_tuning/handlers/main.yaml
3
4 - name: Update GRUB
5   ansible.builtin.command: update-grub
6   tags:
7     - update-grub
8
9 - name: Reboot server
10   ansible.builtin.reboot:
11     reboot_timeout: 3600
12   tags:
13     - reboot-server