aboutsummaryrefslogtreecommitdiffstats
path: root/roles/znc/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/znc/handlers/main.yml')
-rw-r--r--roles/znc/handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/znc/handlers/main.yml b/roles/znc/handlers/main.yml
new file mode 100644
index 0000000..4db4153
--- /dev/null
+++ b/roles/znc/handlers/main.yml
@@ -0,0 +1,8 @@
+- name: restart saslauthd
+ systemd:
+ name: saslauthd
+ state: restarted
+
+- name: reload znc
+ command: pkill -HUP znc
+ failed_when: no