Skip to content

Commit

Permalink
Merge pull request #13 from BrunoChauvet/develop
Browse files Browse the repository at this point in the history
Enable php5-imap
  • Loading branch information
BrunoChauvet committed Oct 20, 2015
2 parents 5a684c5 + 670d332 commit 6830c4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/apache/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- php-soap
- php5-gd
- php5-curl
- php5-imap
- sendmail
- unzip
when: apache2_installed.stat.exists == false
Expand Down Expand Up @@ -89,4 +90,9 @@
tags:
- configuration

- name: Apache | Enable PHP modules
shell: "php5enmod {{ item }}"
with_items:
- imap

- include: ioncube.yml

0 comments on commit 6830c4e

Please sign in to comment.