role-ify
This commit is contained in:
parent
23f0ad541d
commit
b525797f8f
7 changed files with 155 additions and 155 deletions
6
roles/tuned_amdgpu/handlers/main.yml
Normal file
6
roles/tuned_amdgpu/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# handlers file for tuned_amdgpu
|
||||
- name: Restart tuned
|
||||
ansible.builtin.service:
|
||||
name: tuned
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue