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
|
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
|
||||||
when: inventory_hostname.startswith(('smtp-mm','bastion','noc02'))
|
when: inventory_hostname.startswith(('smtp-mm','bastion','noc02'))
|
||||||
notify:
|
notify:
|
||||||
- restart postfix
|
|
||||||
- rebuild postfix transport
|
- rebuild postfix transport
|
||||||
|
- restart postfix
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- base
|
- base
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
|
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
|
||||||
when: inventory_hostname.startswith(('bastion'))
|
when: inventory_hostname.startswith(('bastion'))
|
||||||
notify:
|
notify:
|
||||||
- restart postfix
|
|
||||||
- rebuild postfix tls_policy
|
- rebuild postfix tls_policy
|
||||||
|
- restart postfix
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue