summaryrefslogtreecommitdiff
path: root/roles/gitlab/handlers/main.yml
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-06-10 20:08:42 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-06-10 20:08:42 +0300
commitd726218270738805273deb00c919e6e819ca9798 (patch)
tree93f36148ca56140f9a904fe306f8c59f5145ab7f /roles/gitlab/handlers/main.yml
downloadwmf-gitlab-d726218270738805273deb00c919e6e819ca9798.tar.gz
Initial commit
Diffstat (limited to 'roles/gitlab/handlers/main.yml')
-rw-r--r--roles/gitlab/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/gitlab/handlers/main.yml b/roles/gitlab/handlers/main.yml
new file mode 100644
index 0000000..2e2bc02
--- /dev/null
+++ b/roles/gitlab/handlers/main.yml
@@ -0,0 +1,5 @@
+- name: restart_postfix
+ systemd:
+ name: postfix
+ state: restarted
+