rebuild then restart
This commit is contained in:
parent
626a00c257
commit
39459ede7d
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
|||
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
|
||||
when: inventory_hostname.startswith(('smtp-mm','bastion','noc02'))
|
||||
notify:
|
||||
- restart postfix
|
||||
- rebuild postfix transport
|
||||
- restart postfix
|
||||
tags:
|
||||
- postfix
|
||||
- base
|
||||
|
@ -51,8 +51,8 @@
|
|||
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
|
||||
when: inventory_hostname.startswith(('bastion'))
|
||||
notify:
|
||||
- restart postfix
|
||||
- rebuild postfix tls_policy
|
||||
- restart postfix
|
||||
tags:
|
||||
- postfix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue