Also install transports on bastion/gateway

This commit is contained in:
Kevin Fenzi 2014-10-09 03:07:17 +00:00
parent 3ae384e7cf
commit dde8786675

View file

@ -232,7 +232,7 @@
- name: install /etc/postfix/transport file
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
when: inventory_hostname.startswith('smtp-mm')
when: inventory_hostname.startswith(('smtp-mm','bastion'))
notify:
- restart postfix
- rebuild postfix transport