diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-15 07:56:00 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:39 +0200 |
commit | 8cca963be44becc5052da6f5ba1c1d7a705caaca (patch) | |
tree | cb9a13d4edad4069945fc08bddc7d51ce7c74160 /roles/webmail/tasks | |
parent | 9304813d505baaa50294ed0d37a11d9e3f0f6c79 (diff) |
wibble
Diffstat (limited to 'roles/webmail/tasks')
-rw-r--r-- | roles/webmail/tasks/mail.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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 |