--- - name: Restart jupyter-notebook ansible.builtin.systemd: name: jupyter-notebook state: restarted daemon_reload: true become: true