From dbca52a1597240a450a4f0e5cca3eafbb742d829 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 4 May 2016 15:08:03 +0200
Subject: [PATCH] Move todo items in GitLab tickets

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

diff --git a/tasks/php.yml b/tasks/php.yml
index 210e728..7ff7eab 100644
--- a/tasks/php.yml
+++ b/tasks/php.yml
@@ -40,11 +40,6 @@
   notify:
     - "PHP | Restart Apache"
 
-# TODO: Upgrade APCu on Ubuntu 14.04
-# @see https://github.com/owncloud/core/issues/14175#issuecomment-74573088
-# wget https://launchpad.net/~ondrej/+archive/ubuntu/php5/+build/6149263/+files/php5-apcu_4.0.6-1%2Bdeb.sury.org~utopic%2B1_amd64.deb
-# sudo dpkg -i php5-apcu_4.0.6-1+deb.sury.org~utopic+1_amd64.deb
-
 - name: "PHP | Cache configuration file, apc.ini"
   template:
     src=etc-php5-conf-d-apc.ini
-- 
GitLab