Browse Source

Enabling php5-mcrypt for roundcube, as it is not by default

Aleksandr Bogdanov 9 years ago
parent
commit
2b9c722ed9
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      roles/webmail/tasks/roundcube.yml

+ 3
- 0
roles/webmail/tasks/roundcube.yml View File

@@ -59,6 +59,9 @@
59 59
 - name: Configure the Apache HTTP server for roundcube
60 60
   template: src=etc_apache2_sites-available_roundcube.j2 dest=/etc/apache2/sites-available/roundcube.conf group=root owner=root force=yes
61 61
 
62
+- name: Enable php5-mcrypt
63
+  file: src=/etc/php5/mods-available/mcrypt.ini dest=/etc/php5/apache2/conf.d/20-mcrypt.ini owner=root group=root state=link
64
+
62 65
 - name: Configure roundcube
63 66
   copy: src={{ item.src }} dest={{ item.dest }} group=www-data owner=root mode=640 force=yes
64 67
   with_items:

Loading…
Cancel
Save