From c8ed357319d0f597aca9fa50c5176d0e19205e7d Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 10 Sep 2022 14:52:58 -0500 Subject: Initial octoprint role. --- octoprint/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 octoprint/handlers/main.yaml (limited to 'octoprint/handlers') diff --git a/octoprint/handlers/main.yaml b/octoprint/handlers/main.yaml new file mode 100644 index 0000000..0c2665e --- /dev/null +++ b/octoprint/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart octoprint + become: yes + systemd: name="octoprint.service" state="restarted" daemon_reload="yes" -- cgit v1.2.3