reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / roles / email / handlers / main.yml
diff --git a/roles/email/handlers/main.yml b/roles/email/handlers/main.yml
new file mode 100644 (file)
index 0000000..47e0daf
--- /dev/null
@@ -0,0 +1,6 @@
+- name: opendkim
+  service: name=opendkim state=restarted enabled=yes
+- name: postfix
+  service: name=postfix state=restarted enabled=yes
+- name: unbound
+  service: name=unbound state=restarted enabled=yes