octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Fri, 21 Jul 2023 15:14:24 -0500
changeset 215 dd52907adff9
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Split dendrite build out of install role.

---

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