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: