Use yavdr-media package for background images

This commit is contained in:
Alexander Grothe 2018-12-11 14:01:04 +01:00
parent 591579a492
commit 142487622e
2 changed files with 6 additions and 18 deletions

View File

@ -2262,15 +2262,9 @@ preferred_refreshrates:
state: present
when: intel_detected
- name: download yavdr logo
block:
- file:
dest: '/usr/share/yavdr/images'
state: directory
- get_url:
url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png'
- name: Install yaVDR Media (e.g. Backgrounds)
apt:
name: yavdr-media
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
command: write-x11-keyboard-config

View File

@ -80,15 +80,9 @@
state: present
when: intel_detected
- name: download yavdr logo
block:
- file:
dest: '/usr/share/yavdr/images'
state: directory
- get_url:
url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png'
- name: Install yaVDR Media (e.g. Backgrounds)
apt:
name: yavdr-media
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
command: write-x11-keyboard-config