Explorar el Código

Update roundcube.yml

Sven Neuhaus hace 10 años
padre
commit
4201f0b182
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml Ver fichero

@@ -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…
Cancelar
Guardar