octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

---

- name: restart octoprint
  become: yes
  systemd: name="octoprint.service" state="restarted" daemon_reload="yes"