Don't install intel drivers and libs if a nvidia card has been detected

This commit is contained in:
Alexander Grothe 2019-04-08 22:36:38 +02:00
parent 9a35ed4a67
commit e2326c5083
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: