octoprint/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

---

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