Install lircd2uinput after eventlircd
This commit is contained in:
parent
524f43d494
commit
6724ddcc23
916
Manual.html
916
Manual.html
File diff suppressed because it is too large
Load Diff
@ -1013,7 +1013,6 @@ lircd0_socket: /var/run/lirc/lircd0
|
||||
with_items:
|
||||
- yavdr-remote
|
||||
- lirc
|
||||
- lircd2uinput
|
||||
tags:
|
||||
- packages
|
||||
|
||||
@ -1045,12 +1044,13 @@ lircd0_socket: /var/run/lirc/lircd0
|
||||
tags:
|
||||
- systemd
|
||||
|
||||
- name: apt | install eventlircd
|
||||
- name: apt | install eventlircd and lircd2uinput
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
with_items:
|
||||
- eventlircd
|
||||
- lircd2uinput
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user