From da6c0e503ff4154bc0e61f6b545224249ebed8d5 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 17 Jun 2023 20:58:29 +0200 Subject: First commit --- handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 handlers/main.yml (limited to 'handlers') 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 -- cgit v1.2.3