Also install transports on bastion/gateway
This commit is contained in:
parent
3ae384e7cf
commit
dde8786675
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue