Try this and see if it works any differently.
This commit is contained in:
parent
45772e100c
commit
9fe0726ddb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
- "postfix/master.cf/master.cf.{{ host_group }}"
|
- "postfix/master.cf/master.cf.{{ host_group }}"
|
||||||
- "postfix/master.cf/master.cf.{{ postfix_group }}"
|
- "postfix/master.cf/master.cf.{{ postfix_group }}"
|
||||||
- "postfix/master.cf/master.cf"
|
- "postfix/master.cf/master.cf"
|
||||||
when: inventory_hostname.startswith('smtp-mm') or "'mailman' in group_names"
|
when: inventory_hostname.startswith('smtp-mm') or inventory_hostname.startswith('mailman')
|
||||||
notify:
|
notify:
|
||||||
- restart postfix
|
- restart postfix
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue