diff options
| author | Luke Hoersten <[email protected]> | 2022-09-10 14:52:58 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2022-09-10 14:52:58 -0500 |
| commit | c8ed357319d0f597aca9fa50c5176d0e19205e7d (patch) | |
| tree | f06760d7ee064de418b6a38024377f4070528a37 /octoprint/handlers | |
| parent | 7896e9ba37e627d274119fd85367290db1b8a0cd (diff) | |
Initial octoprint role.
Diffstat (limited to 'octoprint/handlers')
| -rw-r--r-- | octoprint/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
