aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/sasl/handlers/main.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/roles/sasl/handlers/main.yml b/ansible/roles/sasl/handlers/main.yml
new file mode 100644
index 0000000..9a2c71d
--- /dev/null
+++ b/ansible/roles/sasl/handlers/main.yml
@@ -0,0 +1,10 @@
+---
+- name: Reload SASL
+ service:
+ name: saslauthd
+ state: reloaded
+
+- name: Restart SASL
+ service:
+ name: saslauthd
+ state: restarted