Преглед изворни кода

add php-xml php-mbstring for roundcube.

also fix  fix php-sqlite3 package name
Sven Neuhaus пре 6 година
родитељ
комит
eccc871e0e
No account linked to committer's email address
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      roles/webmail/tasks/roundcube.yml

+ 3
- 1
roles/webmail/tasks/roundcube.yml Прегледај датотеку

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

Loading…
Откажи
Сачувај