octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 10 Feb 2024 15:40:23 -0600
changeset 228 ff776d663062
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Added pastebin bin role.

---

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