octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 21:34:48 -0500
changeset 243 f3f30ba5580e
parent 193 fd46c0e68c2c
permissions -rw-r--r--
More cert fixes.

---

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