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
   with_items:
9
   with_items:
10
   - roundcube
10
   - roundcube
11
   - roundcube-pgsql
11
   - roundcube-pgsql
12
+  - roundcube-plugins
12
   when: ansible_distribution_release == 'wheezy'
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
    apt: pkg={{ item }} state=latest
16
    apt: pkg={{ item }} state=latest
16
    with_items:
17
    with_items:
17
    - roundcube
18
    - roundcube
18
    - roundcube-pgsql
19
    - roundcube-pgsql
20
+   - roundcube-plugins
19
    when: ansible_distribution_release == 'trusty'
21
    when: ansible_distribution_release == 'trusty'
20
 
22
 
21
 - name: Configure Roundcube database
23
 - name: Configure Roundcube database

Loading…
Cancel
Save