Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/intel/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name: "{{ item }}"
state: present
with_items:
- drm-61-kmod
- drm-66-kmod
- gpu-firmware-kmod
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while here, I think we can use fwget to install the device specified firmware instead of the gpu-firmware-kmod meta package contains everything.

# - libva-intel-driver mesa-libs mesa-dri

Expand Down