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
|
state: present
|
||||||
when: intel_detected
|
when: intel_detected
|
||||||
|
|
||||||
- name: download yavdr logo
|
- name: Install yaVDR Media (e.g. Backgrounds)
|
||||||
block:
|
apt:
|
||||||
- file:
|
name: yavdr-media
|
||||||
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: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
|
@ -80,15 +80,9 @@
|
|||||||
state: present
|
state: present
|
||||||
when: intel_detected
|
when: intel_detected
|
||||||
|
|
||||||
- name: download yavdr logo
|
- name: Install yaVDR Media (e.g. Backgrounds)
|
||||||
block:
|
apt:
|
||||||
- file:
|
name: yavdr-media
|
||||||
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: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
|
Loading…
Reference in New Issue
Block a user