Do not set vdr lirc socket if frontend is set to "kodi"
This commit is contained in:
parent
476f298b8c
commit
1169ce7949
@ -296,6 +296,7 @@ extra_packages:
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
** System pre-configuration
|
** System pre-configuration
|
||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
|
frontend: vdr
|
||||||
#system:
|
#system:
|
||||||
# shutdown: poweroff
|
# shutdown: poweroff
|
||||||
grub:
|
grub:
|
||||||
@ -959,8 +960,10 @@ install_avahi: true
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** templates
|
*** templates
|
||||||
#+BEGIN_SRC :tangle roles/yavdr-remote/templates/03-vdr-lircd.conf.j2 :mkdirp yes :padline no
|
#+BEGIN_SRC :tangle roles/yavdr-remote/templates/03-vdr-lircd.conf.j2 :mkdirp yes :padline no
|
||||||
|
{% if frontend != 'kodi' %}
|
||||||
[vdr]
|
[vdr]
|
||||||
--lirc=/var/run/lirc/lircd
|
--lirc=/var/run/lirc/lircd
|
||||||
|
{% endif %}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** files
|
*** files
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ extra_packages:
|
|||||||
- w-scan
|
- w-scan
|
||||||
- bpython
|
- bpython
|
||||||
- bpython3
|
- bpython3
|
||||||
|
frontend: vdr
|
||||||
#system:
|
#system:
|
||||||
# shutdown: poweroff
|
# shutdown: poweroff
|
||||||
grub:
|
grub:
|
||||||
|
Loading…
Reference in New Issue
Block a user