mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
6 lines
132 B
YAML
6 lines
132 B
YAML
---
|
|
- name: Reload amdgpu module
|
|
ansible.builtin.shell: |
|
|
modprobe -r amdgpu || true
|
|
modprobe amdgpu
|
|
changed_when: true
|