From ff1fe3ba6f2919245a1ef019a0a86ec4af299f10 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sun, 8 Sep 2019 17:50:10 -0300 Subject: [PATCH] fix --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c30e604..76cc176 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -135,7 +135,7 @@ sqlite:/etc/postfix/{{d}}_sqlite_alias.cf {% elif p == "file" %} hash:/etc/postfix/{{ d }}_aliases - {% endif %}, /etc/postfix/{{ d }}_noreply + {% endif %}, hash:/etc/postfix/{{ d }}_noreply {{ '' if loop.last else ',' }}{% endfor %} virtual_mailbox_maps: >- {% for d in postfix_mail_domains.keys()|list %}