8 lines
177 B
YAML
8 lines
177 B
YAML
---
|
|
- name: restart tuned
|
|
service:
|
|
name: tuned
|
|
state: restarted
|
|
|
|
- name: enable tuned profile
|
|
command: "/usr/sbin/tuned-adm profile {{ tuned_custom_profile.name }}"
|