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