octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 22 Jul 2023 23:27:09 -0500
changeset 218 1db4800bc4f5
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Got lnurld running.

---

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