Make it obvious it's mailman3 that's restarted
This commit is contained in:
parent
6ccc54bb9e
commit
9fa31f6305
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: restart mailman
|
||||
- name: restart mailman3
|
||||
action: service name=mailman3 state=restarted
|
||||
|
||||
- name: restart postfix
|
||||
|
|
|
@ -21,14 +21,14 @@
|
|||
tags:
|
||||
- config
|
||||
notify:
|
||||
- restart mailman
|
||||
- restart mailman3
|
||||
|
||||
- name: set the mailman conffile
|
||||
template: src=mailman.cfg.j2 dest=/etc/mailman.cfg
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
- restart mailman
|
||||
- restart mailman3
|
||||
|
||||
# Logging
|
||||
- name: hyperkitty logging -- directory
|
||||
|
@ -56,7 +56,7 @@
|
|||
- config
|
||||
notify:
|
||||
- reload apache
|
||||
- restart mailman
|
||||
- restart mailman3
|
||||
|
||||
- name: install the hyperkitty/postorius settings admin file
|
||||
template: src=$item.settings_admin.py.j2
|
||||
|
@ -79,7 +79,7 @@
|
|||
- config
|
||||
notify:
|
||||
- reload apache
|
||||
- restart mailman
|
||||
- restart mailman3
|
||||
|
||||
- name: install the hyperkitty/postorius httpd conf file
|
||||
copy: src=$item.apache.conf
|
||||
|
@ -98,7 +98,7 @@
|
|||
tags:
|
||||
- config
|
||||
notify:
|
||||
- restart mailman
|
||||
- restart mailman3
|
||||
|
||||
|
||||
# Sync databases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue