ansible-php/tasks/php54max.yml

9 lines
218 B
YAML
Raw Normal View History

2015-07-23 22:44:19 +07:00
---
- name: APT | Install php-apcu
apt: pkg=php-apc state=latest
- name: TEMPLATE | Configure APC
2015-07-23 23:10:17 +07:00
template: src=etc/php5/mods-available/apcu.ini.j2 dest=/etc/php5/mods-available/apc.ini
2015-07-23 22:44:19 +07:00
notify: restart php-fpm