Quellcode durchsuchen

Update roundcube.yml

Sven Neuhaus vor 9 Jahren
Ursprung
Commit
4201f0b182
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml Datei anzeigen

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

Laden…
Abbrechen
Speichern