diff -r febbf9c3394c -r fd46c0e68c2c octoprint/handlers/main.yaml --- /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"