Don't install intel drivers and libs if a nvidia card has been detected
This commit is contained in:
parent
9a35ed4a67
commit
e2326c5083
@ -2614,7 +2614,7 @@ preferred_refreshrates:
|
||||
- xserver-xorg-video-intel
|
||||
- i965-va-driver-shaders
|
||||
state: present
|
||||
when: intel_detected
|
||||
when: intel_detected and not nvidia_detected
|
||||
|
||||
- name: Install yaVDR Media (e.g. Backgrounds)
|
||||
apt:
|
||||
|
@ -84,7 +84,7 @@
|
||||
- xserver-xorg-video-intel
|
||||
- i965-va-driver-shaders
|
||||
state: present
|
||||
when: intel_detected
|
||||
when: intel_detected and not nvidia_detected
|
||||
|
||||
- name: Install yaVDR Media (e.g. Backgrounds)
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user