aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-17 20:41:13 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-17 20:41:13 -0400
commit4db1380d6e401fdcafdea847d5a74a86be51f8c4 (patch)
treecea2b2b60ecb2adbb4ace7be24ac7d52660707b5 /handlers
downloadnode_exporter-4db1380d6e401fdcafdea847d5a74a86be51f8c4.tar.gz
node_exporter-4db1380d6e401fdcafdea847d5a74a86be51f8c4.tar.xz
InitialHEADmaster
Diffstat (limited to 'handlers')
-rw-r--r--handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000..91aefee
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: Restart node_exporter
+ runit:
+ name: node_exporter
+ state: restarted