diff --git a/roles/base/tasks/postfix.yml b/roles/base/tasks/postfix.yml index e7956749bf..cb20baec59 100644 --- a/roles/base/tasks/postfix.yml +++ b/roles/base/tasks/postfix.yml @@ -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