summaryrefslogtreecommitdiff
path: root/roles/monitoring/sachet/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-21 02:32:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-21 02:32:05 +0200
commit42bf77ee5763090d2c02f5d2d7a7a686ce09a5e8 (patch)
tree3b92e824064a5d4be16b73d1e98dcd53672e429c /roles/monitoring/sachet/handlers
parentele-* playbook refactoring and ele-calypso base install (diff)
add role for sachet
Diffstat (limited to 'roles/monitoring/sachet/handlers')
-rw-r--r--roles/monitoring/sachet/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
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