From 967953dd66c0963e40e3d184d04a3e431b9ff705 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 22 Jul 2022 01:11:31 +0200 Subject: monitoring/sachet: add task to setup smstools --- roles/monitoring/sachet/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/monitoring/sachet/handlers') diff --git a/roles/monitoring/sachet/handlers/main.yml b/roles/monitoring/sachet/handlers/main.yml index d150d88b..51b44f98 100644 --- a/roles/monitoring/sachet/handlers/main.yml +++ b/roles/monitoring/sachet/handlers/main.yml @@ -1,4 +1,9 @@ --- +- name: restart smstools + service: + name: smstools + state: restarted + - name: restart sachet service: name: sachet -- cgit v1.2.3