Fix package name for lirc
This commit is contained in:
parent
1169ce7949
commit
980df3481e
@ -929,7 +929,7 @@ install_avahi: true
|
|||||||
|
|
||||||
- name: apt | install lirc
|
- name: apt | install lirc
|
||||||
apt:
|
apt:
|
||||||
name: lircd
|
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 and lircd.service # (the default lirc configuration conflicts with eventlircd)
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- name: apt | install lirc
|
- name: apt | install lirc
|
||||||
apt:
|
apt:
|
||||||
name: lircd
|
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 and lircd.service # (the default lirc configuration conflicts with eventlircd)
|
||||||
|
Loading…
Reference in New Issue
Block a user