Install eventlircd after lircd has been stopped
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
with_items:
|
||||
- yavdr-remote
|
||||
- lirc
|
||||
- eventlircd
|
||||
- lircd2uinput
|
||||
tags:
|
||||
- packages
|
||||
@@ -41,6 +40,15 @@
|
||||
tags:
|
||||
- systemd
|
||||
|
||||
- name: apt | install eventlircd
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
with_items:
|
||||
- eventlircd
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: configure vdr to read from a lircd-compatible socket
|
||||
template:
|
||||
src: templates/03-vdr-lirc.conf.j2
|
||||
|
||||
Reference in New Issue
Block a user