Fix handlers

This commit is contained in:
Aurélien Bompard 2013-09-05 16:36:18 +00:00
parent 05524ff6db
commit 6ccc54bb9e
2 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,10 @@
---
- name: restart mailman
action: service name=mailman3 state=restarted
- name: restart postfix
action: service name=postfix state=restarted
- name: reload apache
action: service name=httpd state=reloaded

View file

@ -131,8 +131,3 @@
copy: src=postfix-main.cf dest=/etc/postfix/main.cf
notify:
- restart postfix
- handlers:
- include: $handlers/restart_services.yml