src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/pleroma/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-09-05 16:42:56 -0500
committerLuke Hoersten <[email protected]>2018-09-05 16:42:56 -0500
commitd222abadb1d8bba26b95516d16e4d71f7c256fba (patch)
tree6e4e63b60c2f2b569c880160a8b300731b178fde /roles/pleroma/handlers
parent90136b7be49f974d624dac4ee638d6176bf0d80b (diff)
Added more config variables to pleroma.
Diffstat (limited to 'roles/pleroma/handlers')
-rw-r--r--roles/pleroma/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/pleroma/handlers/main.yaml b/roles/pleroma/handlers/main.yaml
new file mode 100644
index 0000000..452811a
--- /dev/null
+++ b/roles/pleroma/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart pleroma
+ become: yes
+ systemd: name="pleroma" state="restarted" daemon_reload="yes"