aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorChristian Segundo2023-06-17 20:58:29 +0200
committerChristian Segundo2023-06-17 20:58:29 +0200
commitda6c0e503ff4154bc0e61f6b545224249ebed8d5 (patch)
tree30277980fac160ec8ba151e42f10de3974d3ccae /handlers
downloadbuildkite-agent-da6c0e503ff4154bc0e61f6b545224249ebed8d5.tar.gz
First commit
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..4855161
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart buildkite-agent
+ systemd:
+ name: buildkite-agent
+ state: restarted