Fix package name for lirc

This commit is contained in:
Alexander Grothe 2017-07-16 09:27:30 +02:00
parent 1169ce7949
commit 980df3481e
2 changed files with 2 additions and 2 deletions

View File

@ -929,7 +929,7 @@ install_avahi: true
- name: apt | install lirc
apt:
name: lircd
name: lirc
state: present
- name: stop, mask and disable lircd.socket and lircd.service # (the default lirc configuration conflicts with eventlircd)

View File

@ -13,7 +13,7 @@
- name: apt | install lirc
apt:
name: lircd
name: lirc
state: present
- name: stop, mask and disable lircd.socket and lircd.service # (the default lirc configuration conflicts with eventlircd)