Use yavdr-media package for background images
This commit is contained in:
parent
591579a492
commit
142487622e
12
Manual.org
12
Manual.org
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user