diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-25 18:46:35 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:52 +0200 |
commit | a4b88d46526632705d92b2902d3604907afbcbc9 (patch) | |
tree | dfbe2e46f7c972edb855a2714e2be62443a131e5 /roles/IMAP-proxy/tasks | |
parent | 2c6875911b26fefd9bd11bd71eecda69e0cf32aa (diff) |
Install dovecot from backports (for imapc).
Interesting features include caching of mail headers (v2.2.8+) as well
as new IMAP capabilities.
Diffstat (limited to 'roles/IMAP-proxy/tasks')
-rw-r--r-- | roles/IMAP-proxy/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP-proxy/tasks/main.yml b/roles/IMAP-proxy/tasks/main.yml index f76ee72..4a1984c 100644 --- a/roles/IMAP-proxy/tasks/main.yml +++ b/roles/IMAP-proxy/tasks/main.yml @@ -1,5 +1,5 @@ - name: Install Dovecot - apt: pkg={{ item }} + apt: pkg={{ item }} default_release={{ ansible_lsb.codename }}-backports with_items: - dovecot-core - dovecot-imapd |