APC OK pour PHP 5.4

This commit is contained in:
Emilien Mantel
2015-07-23 17:44:19 +02:00
parent 227b235233
commit 7b7e3bb4f4
3 changed files with 35 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
---
- name: APT | Install php-apcu
apt: pkg=php-apc state=latest
- name: TEMPLATE | Configure APC
template: src=etc/php5/mods-available/apc.j2 dest=/etc/php5/mods-available/apc.ini
notify: restart php-fpm