Swap the order of these handlers so it does the map, then the postfix restart.
This commit is contained in:
parent
0b4109e751
commit
4302a23215
1 changed files with 1 additions and 1 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:
|
||||||
- rebuild postfix transport
|
|
||||||
- restart postfix
|
- restart postfix
|
||||||
|
- rebuild postfix transport
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue