Swap the order of these handlers so it does the map, then the postfix restart.

This commit is contained in:
Kevin Fenzi 2016-09-27 16:09:32 +00:00
parent 0b4109e751
commit 4302a23215

View file

@ -40,8 +40,8 @@
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
when: inventory_hostname.startswith(('smtp-mm','bastion','noc02'))
notify:
- rebuild postfix transport
- restart postfix
- rebuild postfix transport
tags:
- postfix
- base