Added gpu_governor role

This commit is contained in:
2026-08-26 08:19:42 +02:00
parent 75f68198ce
commit 4340f5d6c2
4 changed files with 226 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
- name: Restart the GPU governor
become: true
ansible.builtin.systemd_service:
name: cyan-skillfish-governor-smu
state: restarted