From 42bf77ee5763090d2c02f5d2d7a7a686ce09a5e8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 21 Jul 2022 02:32:05 +0200 Subject: add role for sachet --- roles/monitoring/sachet/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/monitoring/sachet/handlers/main.yml (limited to 'roles/monitoring/sachet/handlers') diff --git a/roles/monitoring/sachet/handlers/main.yml b/roles/monitoring/sachet/handlers/main.yml new file mode 100644 index 00000000..d150d88b --- /dev/null +++ b/roles/monitoring/sachet/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: restart sachet + service: + name: sachet + state: restarted -- cgit v1.2.3