aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mastodon/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/mastodon/handlers/main.yml')
-rw-r--r--roles/mastodon/handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/mastodon/handlers/main.yml b/roles/mastodon/handlers/main.yml
new file mode 100644
index 0000000..20fe804
--- /dev/null
+++ b/roles/mastodon/handlers/main.yml
@@ -0,0 +1,8 @@
+- name: restart mastodon
+ systemd:
+ name: '{{ item }}'
+ state: restarted
+ loop:
+ - mastodon-web
+ - mastodon-streaming
+ - mastodon-sidekiq