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:
|
with_items:
|
||||||
- yavdr-remote
|
- yavdr-remote
|
||||||
- lirc
|
- lirc
|
||||||
- lircd2uinput
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
@ -1045,12 +1044,13 @@ lircd0_socket: /var/run/lirc/lircd0
|
|||||||
tags:
|
tags:
|
||||||
- systemd
|
- systemd
|
||||||
|
|
||||||
- name: apt | install eventlircd
|
- name: apt | install eventlircd and lircd2uinput
|
||||||
apt:
|
apt:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- eventlircd
|
- eventlircd
|
||||||
|
- lircd2uinput
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- yavdr-remote
|
- yavdr-remote
|
||||||
- lirc
|
- lirc
|
||||||
- lircd2uinput
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
@ -40,12 +39,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- systemd
|
- systemd
|
||||||
|
|
||||||
- name: apt | install eventlircd
|
- name: apt | install eventlircd and lircd2uinput
|
||||||
apt:
|
apt:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- eventlircd
|
- eventlircd
|
||||||
|
- lircd2uinput
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user