octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 28 Mar 2026 20:09:33 -0500
changeset 256 f7af0562f84c
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Removed sojuctl ansible commands. configure via client.

---

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