From 49cfd2b09d53b76ee252e57ff9f16cc2821c08f4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 4 May 2019 23:26:07 +0200 Subject: [PATCH] fix notifier --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index efcb4cd..f9c3b13 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -40,13 +40,13 @@ content: "{{ homeassistant_cmdline_content }}" dest: /boot/cmdline.txt when: homeassistant_cmdline_override_enabled - notify: __udev_reload - name: Exclude serial devices from ModemManager template: src: "etc/udev/rules.d/99-mm-disable.rules.j2" dest: "/etc/udev/rules.d/99-mm-disable.rules" when: homeassistant_exclude_modemmanager + notify: __udev_reload - name: Copy systemd unit file template: