From f40c7a3b2e36fc73486500b9277c6ca0c95f2b8c Mon Sep 17 00:00:00 2001 From: nd Date: Sun, 11 Aug 2019 17:13:04 +0200 Subject: [PATCH] gimme beer. --- tasks/nullmailer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nullmailer.yml b/tasks/nullmailer.yml index c8f056c..4637f27 100644 --- a/tasks/nullmailer.yml +++ b/tasks/nullmailer.yml @@ -5,7 +5,7 @@ notify: restart nullmailer copy: dest: "{{ item.dest }}" - content: "{{ mail.root }}" + content: "{{ item.content }}" with_items: - {"dest": "/etc/nullmailer/adminaddr", content: "{{ mail.root }}"} - {"dest": "/etc/nullmailer/remotes", content: "{{ mail.server }}"}