prometheus/rpi-client/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 10 Sep 2022 15:18:24 -0500
changeset 194 d1e44e23f48e
parent 22 adeda2afeb75
permissions -rw-r--r--
Enabled experimental spaces and threading features in dendrite.

---

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