octoprint/handlers/main.yaml
changeset 193 fd46c0e68c2c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/octoprint/handlers/main.yaml	Sat Sep 10 14:52:58 2022 -0500
@@ -0,0 +1,5 @@
+---
+
+- name: restart octoprint
+  become: yes
+  systemd: name="octoprint.service" state="restarted" daemon_reload="yes"