Fix apcu package for Debian based systems

pull/12/head
Emilien Mantel 2018-03-19 08:51:58 +01:00
parent 4611a5a795
commit 6a85f02fc1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- name: APT | Install APCu
apt:
pkg: "{{ php_package_prefix }}apcu"
pkg: "php-apcu"
- name: APT | Install Opcache
apt: