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