diff --git a/tasks/php.yml b/tasks/php.yml index 987201f45063a39106afb42160f85c8eb886a4db..abfa7dad0adacad3eb487dca0111cc0ac8d1f4e0 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -12,12 +12,14 @@ - php5-mysql - php5-xmlrpc - php5-gd + - php5-imagick - php5-mcrypt - php5-imap - php5-curl - php5-xdebug - php5-dev - php-pear + - imagemagick notify: - "PHP | Restart Apache" @@ -69,6 +71,7 @@ with_items: - mcrypt - imap + - imagick when: php_conf_dir == 'mods-available' notify: - "PHP | Restart Apache"