7 lines
123 B
YAML
7 lines
123 B
YAML
|
---
|
||
|
# handlers file for tuned_amdgpu
|
||
|
- name: Restart tuned
|
||
|
ansible.builtin.service:
|
||
|
name: tuned
|
||
|
state: restarted
|