Disable lircd-uinput.service
This commit is contained in:
parent
b56c98179a
commit
10b7286720
@ -932,7 +932,7 @@ install_avahi: true
|
|||||||
name: lirc
|
name: lirc
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: stop, mask and disable lircd.socket and lircd.service # (the default lirc configuration conflicts with eventlircd)
|
- name: stop, mask and disable lircd.socket, lircd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||||
systemd:
|
systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
enabled: no
|
enabled: no
|
||||||
@ -941,6 +941,7 @@ install_avahi: true
|
|||||||
with_items:
|
with_items:
|
||||||
- lircd.service
|
- lircd.service
|
||||||
- lircd.socket
|
- lircd.socket
|
||||||
|
- lircd-uinput.service
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: configure vdr to read from a lircd-compatible socket
|
- name: configure vdr to read from a lircd-compatible socket
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
name: lirc
|
name: lirc
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: stop, mask and disable lircd.socket and lircd.service # (the default lirc configuration conflicts with eventlircd)
|
- name: stop, mask and disable lircd.socket, lircd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||||
systemd:
|
systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
enabled: no
|
enabled: no
|
||||||
@ -25,6 +25,7 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- lircd.service
|
- lircd.service
|
||||||
- lircd.socket
|
- lircd.socket
|
||||||
|
- lircd-uinput.service
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: configure vdr to read from a lircd-compatible socket
|
- name: configure vdr to read from a lircd-compatible socket
|
||||||
|
Loading…
Reference in New Issue
Block a user