Disable lircd-uinput.service

This commit is contained in:
Alexander Grothe 2017-07-16 10:17:08 +02:00
parent b56c98179a
commit 10b7286720
2 changed files with 4 additions and 2 deletions

View File

@ -932,7 +932,7 @@ install_avahi: true
name: lirc
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:
name: '{{ item }}'
enabled: no
@ -941,6 +941,7 @@ install_avahi: true
with_items:
- lircd.service
- lircd.socket
- lircd-uinput.service
ignore_errors: yes
- name: configure vdr to read from a lircd-compatible socket

View File

@ -16,7 +16,7 @@
name: lirc
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:
name: '{{ item }}'
enabled: no
@ -25,6 +25,7 @@
with_items:
- lircd.service
- lircd.socket
- lircd-uinput.service
ignore_errors: yes
- name: configure vdr to read from a lircd-compatible socket