src.nth.io/

summaryrefslogtreecommitdiff
path: root/octoprint/handlers/main.yaml
blob: 0c2665e86b226a1287427ff8bc727195e9bc4fe0 (plain)
1
2
3
4
5
---

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