aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml b/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml
index 4605783795..3a8f35b57f 100644
--- a/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml
+++ b/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml
@@ -22,10 +22,11 @@
line: "{{ grub_cmdline_linux[ansible_machine] | join() }}"
notify:
- "Update GRUB"
- - "Reboot server"
tags:
- set-grub
+- meta: flush_handlers
+
- name: Performance Tuning - Turbo Boost
import_tasks: turbo_boost.yaml
when: >
@@ -160,6 +161,8 @@
owner: "root"
group: "root"
mode: "0644"
+ notify:
+ - "Update GRUB"
tags:
- copy-irqbalance