Also delivery master.cf to noc02

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-24 00:51:05 +00:00
parent db201960bc
commit ebf41c6366

View file

@ -22,7 +22,7 @@
- "postfix/master.cf/master.cf.{{ host_group }}"
- "postfix/master.cf/master.cf.{{ postfix_group }}"
- "postfix/master.cf/master.cf"
when: inventory_hostname.startswith('smtp-mm') or inventory_hostname.startswith('mailman')
when: inventory_hostname.startswith(('smtp-mm', 'mailman', 'noc02'))
notify:
- restart postfix
tags: