mercurial/web/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 195 da34c8d7511d
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

---

- name: restart uwsgi
  systemd: name="[email protected]" enabled="yes" daemon_reload="yes" state="restarted"
  become: yes