--- - name: Restart sysdweb after dropping the LMS entry # This role's own handler rather than pi_sysdweb's: handlers only exist once the role # defining them has been included, and role ordering does not guarantee pi_sysdweb has # been by the time this one runs. ansible.builtin.systemd: name: sysdweb-system state: restarted