浏览代码

Activate PHP imap module on Trusty

Mike Ashley 8 年前
父节点
当前提交
7b1dee9292
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      roles/mailserver/tasks/z-push.yml

+ 4
- 0
roles/mailserver/tasks/z-push.yml 查看文件

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

正在加载...
取消
保存