mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
smtp-auth: actually install the master.cf file too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user