This commit is contained in:
Alexander Grothe 2018-04-20 15:26:52 +02:00
parent f779fba01c
commit 85d9d624e6
3 changed files with 471 additions and 465 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1792,13 +1792,15 @@ first_run: False
- feh - feh
#- yavdr-xorg #- yavdr-xorg
- name: apt | install packages for xorg - name: apt | install packages for Intel IGP
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
with_items: with_items:
- xserver-xorg-video-intel
- i965-va-driver - i965-va-driver
- i965-va-driver-shaders - i965-va-driver-shaders
- vainfo
when: intel_detected when: intel_detected
- name: download yavdr logo - name: download yavdr logo

View File

@ -72,13 +72,15 @@
- feh - feh
#- yavdr-xorg #- yavdr-xorg
- name: apt | install packages for xorg - name: apt | install packages for Intel IGP
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
with_items: with_items:
- xserver-xorg-video-intel
- i965-va-driver - i965-va-driver
- i965-va-driver-shaders - i965-va-driver-shaders
- vainfo
when: intel_detected when: intel_detected
- name: download yavdr logo - name: download yavdr logo