From 8cca963be44becc5052da6f5ba1c1d7a705caaca Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 15 Jan 2014 07:56:00 +0100 Subject: wibble --- roles/webmail/tasks/mail.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roles/webmail/tasks/mail.yml') diff --git a/roles/webmail/tasks/mail.yml b/roles/webmail/tasks/mail.yml index d3fb64e..4bf4363 100644 --- a/roles/webmail/tasks/mail.yml +++ b/roles/webmail/tasks/mail.yml @@ -1,8 +1,5 @@ - name: Install Postfix - apt: pkg={{ item }} - with_items: - - postfix - - postfix-pcre + apt: pkg=postfix - name: Configure Postfix template: src=etc/postfix/main.cf.j2 -- cgit v1.2.3