Infra: AWS Update to Ubuntu 20.04
[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   command: update-grub
6   tags:
7     - update-grub
8
9 - name: Reboot server
10   reboot:
11     reboot_timeout: 3600
12   tags:
13     - reboot-server