summaryrefslogtreecommitdiff
path: root/roles/mail/postfix/base/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-07-05 21:00:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-07-05 21:00:30 +0200
commitae89800f1fd5083585cd879ac26b32eb5c458170 (patch)
treee3cea9c559dc05caad5ea094a753dd99ef911b95 /roles/mail/postfix/base/handlers/main.yml
parentupgrade whawty/auth on ch-apps (diff)
move postfix rules to mail subdir
Diffstat (limited to 'roles/mail/postfix/base/handlers/main.yml')
-rw-r--r--roles/mail/postfix/base/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/mail/postfix/base/handlers/main.yml b/roles/mail/postfix/base/handlers/main.yml
new file mode 100644
index 00000000..bea754c9
--- /dev/null
+++ b/roles/mail/postfix/base/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart postfix
+ service:
+ name: postfix
+ state: restarted