From 21a768472557534744060866ef4665b45368169c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 26 Oct 2017 12:49:35 +0200
Subject: [PATCH] ansible-inventories/alphabet#1358 Remove apcu completely
 again

---
 tasks/php.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tasks/php.yml b/tasks/php.yml
index 1ee6cc8..3167af1 100644
--- a/tasks/php.yml
+++ b/tasks/php.yml
@@ -71,7 +71,6 @@
     mode='644'
   with_items:
     - 'opcache'
-    - 'apcu'
   notify:
     - "Apache | Restart Apache"
 
-- 
GitLab