deploy-base/roles/tuned/handlers/main.yml

9 lines
177 B
YAML
Raw Normal View History

---
- name: restart tuned
service:
name: tuned
state: restarted
2023-08-31 01:30:26 +00:00
- name: enable tuned profile
command: "/usr/sbin/tuned-adm profile {{ tuned_custom_profile.name }}"