src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-14 08:25:10 -0500
committerLuke Hoersten <[email protected]>2020-05-14 08:25:10 -0500
commit85b09b3cbdaabbc8ee7e88247c78fb77ab81667b (patch)
treeadf19c76eb48a8e4f7f4361527f1027c2ca942aa /prosody/handlers
parent2eaa8b2abf99911340b2a426044d016a1fd6a514 (diff)
Added prosody role.
Diffstat (limited to 'prosody/handlers')
-rw-r--r--prosody/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/prosody/handlers/main.yaml b/prosody/handlers/main.yaml
new file mode 100644
index 0000000..fea0e7d
--- /dev/null
+++ b/prosody/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart prosody
+ become: yes
+ systemd: name="prosody.service" enabled="yes" daemon_reload="yes"