Pārlūkot izejas kodu

add php-xml php-mbstring for roundcube.

also fix  fix php-sqlite3 package name
Sven Neuhaus 6 gadus atpakaļ
vecāks
revīzija
eccc871e0e
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml Parādīt failu

@@ -22,12 +22,14 @@
22 22
   apt: pkg={{ item }} state=present
23 23
   with_items:
24 24
     - php
25
-    - php-sqlite
25
+    - php-sqlite3
26
+    - php-mbstring
26 27
     - php-mcrypt
27 28
     - php-gd
28 29
     - php-pspell
29 30
     - php-intl
30 31
     - php-curl
32
+    - php-xml
31 33
     - aspell
32 34
     - aspell-en
33 35
   when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic" or ansible_distribution_release == "stretch")

Notiek ielāde…
Atcelt
Saglabāt