Browse Source

Activate PHP imap module on Trusty

Mike Ashley 7 years ago
parent
commit
7b1dee9292
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      roles/mailserver/tasks/z-push.yml

+ 4
- 0
roles/mailserver/tasks/z-push.yml View File

8
   tags:
8
   tags:
9
     - dependencies
9
     - dependencies
10
 
10
 
11
+- name: Enable imap module on Trusty
12
+  command: php5enmod imap
13
+  when: ansible_distribution_release == 'trusty'
14
+
11
 - name: Download z-push release
15
 - name: Download z-push release
12
   get_url:
16
   get_url:
13
     url=http://download.z-push.org/final/2.1/z-push-{{ zpush_version }}.tar.gz
17
     url=http://download.z-push.org/final/2.1/z-push-{{ zpush_version }}.tar.gz

Loading…
Cancel
Save