Browse Source

Update roundcube.yml

Sven Neuhaus 10 years ago
parent
commit
4201f0b182
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml View File

@@ -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

Loading…
Cancel
Save