From 980df3481e6cbae070b05249bd67111cc713bec3 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 16 Jul 2017 09:27:30 +0200 Subject: [PATCH] Fix package name for lirc --- Manual.org | 2 +- roles/yavdr-remote/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.org b/Manual.org index fceeddd..6969528 100644 --- a/Manual.org +++ b/Manual.org @@ -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) diff --git a/roles/yavdr-remote/tasks/main.yml b/roles/yavdr-remote/tasks/main.yml index 7524d80..07d7ae1 100644 --- a/roles/yavdr-remote/tasks/main.yml +++ b/roles/yavdr-remote/tasks/main.yml @@ -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)