tuned-amdgpu/roles/tuned_amdgpu/handlers/main.yml

8 lines
138 B
YAML
Raw Permalink Normal View History

2022-11-27 06:51:39 +00:00
---
# handlers file for tuned_amdgpu
- name: Restart tuned
ansible.builtin.service:
name: tuned
state: restarted
2022-11-27 07:26:49 +00:00
become: true