Install eventlircd after lircd has been stopped

This commit is contained in:
Alexander Grothe
2018-05-06 16:32:39 +02:00
parent 96d2cc9a08
commit 524f43d494
3 changed files with 489 additions and 477 deletions

View File

@@ -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