From 476f298b8c25b23ef20fa26f6a942847d18cc30d Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 16 Jul 2017 09:21:35 +0200 Subject: [PATCH] Fix typo --- 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 32e55ea..04737bc 100644 --- a/Manual.org +++ b/Manual.org @@ -946,7 +946,7 @@ install_avahi: true template: src: templates/03-vdr-lirc.conf.j2 dest: /etc/vdr/conf.d/03-vdr-lirc.conf - notify: notify: ['Restart VDR'] + notify: ['Restart VDR'] # TODO: upload lircd2uinput package to PPA #- name: install lircd2uinput diff --git a/roles/yavdr-remote/tasks/main.yml b/roles/yavdr-remote/tasks/main.yml index a88fb89..7524d80 100644 --- a/roles/yavdr-remote/tasks/main.yml +++ b/roles/yavdr-remote/tasks/main.yml @@ -31,7 +31,7 @@ template: src: templates/03-vdr-lirc.conf.j2 dest: /etc/vdr/conf.d/03-vdr-lirc.conf - notify: notify: ['Restart VDR'] + notify: ['Restart VDR'] # TODO: upload lircd2uinput package to PPA #- name: install lircd2uinput