From 1255ed88eb5ed054d37bfe7cfdc1257b447f7734 Mon Sep 17 00:00:00 2001 From: Adham Helal Date: Wed, 26 Mar 2014 19:24:35 +0100 Subject: [PATCH] organization --- tasks/msmtp.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tasks/msmtp.yml b/tasks/msmtp.yml index 1a2236f..e2b30be 100644 --- a/tasks/msmtp.yml +++ b/tasks/msmtp.yml @@ -18,8 +18,12 @@ notify: test mail - name: Copy mstprc conf file - template: src=msmtprc.j2 dest=/etc/msmtprc - owner=root group=root mode=0644 + template: + src=msmtprc.j2 + dest=/etc/msmtprc + owner=root + group=root + mode=0644 tags: mail notify: test mail