ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 1239371ff42b23eb148fce98b1027ea9aaf99d44
parent cfee12747ab3583759105df403a370880dd9a875
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 2 Mar 2021 13:21:48 +0100

roles/common/node-exporter: fix handler
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/common/handlers/main.yaml b/roles/common/handlers/main.yaml
@@ -27,7 +27,7 @@
 
 - name: "[systemd] Restart service: prometheus-node-exporter (to deploy config changes)"
   systemd:
-    name: node-exporter
+    name: prometheus-node-exporter
     state: restarted
   when:
     - ansible_service_mgr == "systemd"