Infra: Ansible maintenance
[csit.git] / resources / tools / testbed-setup / ansible / roles / performance_tuning / tasks / main.yaml
index 4605783..3a8f35b 100644 (file)
     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: >
     owner: "root"
     group: "root"
     mode: "0644"
+  notify:
+    - "Update GRUB"
   tags:
     - copy-irqbalance