add xorg autoconfiguration, install some config files for vdr, update nfs- and avahi configuration
This commit is contained in:
@@ -13,6 +13,17 @@
|
||||
when:
|
||||
- install_lircd is defined and install_lircd
|
||||
|
||||
- name: disable lircd.socket and lircd.service (conflict with eventlircd with default configuration)
|
||||
systemd:
|
||||
name: '{{ item }}'
|
||||
enabled: no
|
||||
state: stopped
|
||||
masked: yes
|
||||
with_items:
|
||||
- lircd.service
|
||||
- lircd.socket
|
||||
ignore_errors: yes
|
||||
|
||||
- name: install eventlircd
|
||||
apt:
|
||||
name: eventlircd
|
||||
@@ -20,6 +31,7 @@
|
||||
when:
|
||||
install_eventlircd is defined and install_eventlircd
|
||||
|
||||
|
||||
# TODO: upload lircd2uinput package to PPA
|
||||
#- name: install lircd2uinput
|
||||
# tag: install
|
||||
|
||||
Reference in New Issue
Block a user