--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/prometheus/rpi-client/handlers/main.yaml Wed May 13 10:10:07 2020 -0500
@@ -0,0 +1,5 @@
+---
+
+- name: restart rpi_exporter
+ systemd: name="rpi_exporter.service" state="restarted" daemon_reload="yes"
+ become: yes