ソースを参照

Update roundcube.yml

Sven Neuhaus 10年前
コミット
4201f0b182
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml ファイルの表示

@@ -9,13 +9,15 @@
9 9
   with_items:
10 10
   - roundcube
11 11
   - roundcube-pgsql
12
+  - roundcube-plugins
12 13
   when: ansible_distribution_release == 'wheezy'
13 14
 
14
- - name: Install Roundcube on Ubuntu 14.04 LST
15
+ - name: Install Roundcube on Ubuntu 14.04 LTS
15 16
    apt: pkg={{ item }} state=latest
16 17
    with_items:
17 18
    - roundcube
18 19
    - roundcube-pgsql
20
+   - roundcube-plugins
19 21
    when: ansible_distribution_release == 'trusty'
20 22
 
21 23
 - name: Configure Roundcube database

読み込み中…
キャンセル
保存