added intel drivers

This commit is contained in:
Kevin Veen-Birkenbach 2022-10-12 12:23:33 +02:00
parent e7b6e08cda
commit 772d9f0cc4
3 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,12 @@
roles:
- collection-bluray-player
- name: driver-intel
hosts: intel_hosts
become: true
roles:
- driver-intel
- name: GNOME setup
hosts: gnome_hosts
become: true

View File

@ -0,0 +1 @@
# driver-intel

View File

@ -0,0 +1,4 @@
- name: install intel drivers
community.general.pacman:
name: intel-media-driver
state: present