aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
blob: fa2876b7accd60f6a08f62075c70543474a52eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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