Install lircd2uinput after eventlircd

This commit is contained in:
Alexander Grothe
2018-05-06 19:26:04 +02:00
parent 524f43d494
commit 6724ddcc23
3 changed files with 462 additions and 462 deletions

View File

@@ -8,7 +8,6 @@
with_items:
- yavdr-remote
- lirc
- lircd2uinput
tags:
- packages
@@ -40,12 +39,13 @@
tags:
- systemd
- name: apt | install eventlircd
- name: apt | install eventlircd and lircd2uinput
apt:
name: '{{ item }}'
state: present
with_items:
- eventlircd
- lircd2uinput
tags:
- packages