smtp-auth: actually install the master.cf file too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ddd0913262
commit
4cd2c924c3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,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', 'mailman', 'noc02', 'bastion'))
|
||||
when: inventory_hostname.startswith(('smtp-mm', 'mailman', 'noc02', 'bastion', 'smtp-auth'))
|
||||
notify:
|
||||
- restart postfix
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue