summaryrefslogtreecommitdiff
path: root/roles/mail/postfix/mx/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-07-29 16:19:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-07-29 16:19:31 +0200
commit0999c78f7efa79e7936a11288d5930dca5698dbb (patch)
tree758848f6da856f09c2818de8f0cde4f949be05e4 /roles/mail/postfix/mx/handlers/main.yml
parentredis-server: add configurable storage volume (diff)
iniital role postfix/mx - still work in progress!topic/extended-postfix-roles
Diffstat (limited to 'roles/mail/postfix/mx/handlers/main.yml')
-rw-r--r--roles/mail/postfix/mx/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/mail/postfix/mx/handlers/main.yml b/roles/mail/postfix/mx/handlers/main.yml
new file mode 100644
index 00000000..bea754c9
--- /dev/null
+++ b/roles/mail/postfix/mx/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart postfix
+ service:
+ name: postfix
+ state: restarted