Don't install intel drivers and libs if a nvidia card has been detected
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user