mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-03-16 11:02:10 +07:00
Fix apcu package for Debian based systems
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
- name: APT | Install APCu
|
||||
apt:
|
||||
pkg: "{{ php_package_prefix }}apcu"
|
||||
pkg: "php-apcu"
|
||||
|
||||
- name: APT | Install Opcache
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user