rebuild then restart

This commit is contained in:
Stephen Smoogen 2016-09-27 03:34:39 +00:00
parent 626a00c257
commit 39459ede7d

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:
- restart postfix
- rebuild postfix transport
- restart postfix
tags:
- postfix
- base
@ -51,8 +51,8 @@
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
when: inventory_hostname.startswith(('bastion'))
notify:
- restart postfix
- rebuild postfix tls_policy
- restart postfix
tags:
- postfix