Browse Source

Update dovecot version from wheezy backports

For correct implementation of the fix for logjam attack (https://github.com/sovereign/sovereign/pull/372), state=latest is needed to grab sufficient version of Dovecot. If not then 37aa7e2cb5 doesn't work.
John Rogerson 9 years ago
parent
commit
f72e1d2350
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/tasks/dovecot.yml

+ 1
- 1
roles/mailserver/tasks/dovecot.yml View File

@@ -3,7 +3,7 @@
3 3
   when: ansible_distribution_release == 'wheezy'
4 4
 
5 5
 - name: Install Dovecot and related packages on Debian 7
6
-  apt: pkg={{ item }} update_cache=yes state=installed default_release=wheezy-backports
6
+  apt: pkg={{ item }} update_cache=yes state=latest default_release=wheezy-backports
7 7
   with_items:
8 8
     - dovecot-core
9 9
     - dovecot-imapd

Loading…
Cancel
Save