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
|
action: service name=mailman3 state=restarted
|
||||||
|
|
||||||
- name: restart postfix
|
- name: restart postfix
|
||||||
|
|
|
@ -21,14 +21,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- restart mailman
|
- restart mailman3
|
||||||
|
|
||||||
- name: set the mailman conffile
|
- name: set the mailman conffile
|
||||||
template: src=mailman.cfg.j2 dest=/etc/mailman.cfg
|
template: src=mailman.cfg.j2 dest=/etc/mailman.cfg
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- restart mailman
|
- restart mailman3
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
- name: hyperkitty logging -- directory
|
- name: hyperkitty logging -- directory
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
- restart mailman
|
- restart mailman3
|
||||||
|
|
||||||
- name: install the hyperkitty/postorius settings admin file
|
- name: install the hyperkitty/postorius settings admin file
|
||||||
template: src=$item.settings_admin.py.j2
|
template: src=$item.settings_admin.py.j2
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
- restart mailman
|
- restart mailman3
|
||||||
|
|
||||||
- name: install the hyperkitty/postorius httpd conf file
|
- name: install the hyperkitty/postorius httpd conf file
|
||||||
copy: src=$item.apache.conf
|
copy: src=$item.apache.conf
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- restart mailman
|
- restart mailman3
|
||||||
|
|
||||||
|
|
||||||
# Sync databases
|
# Sync databases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue