From 2ad932b4df795222629c41a1d2d5ccb00bd8a90c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 24 Nov 2015 15:03:45 +0100
Subject: [PATCH] Remove false package

---
 setup_local.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup_local.yml b/setup_local.yml
index 3ac9ee04..6367e3d7 100644
--- a/setup_local.yml
+++ b/setup_local.yml
@@ -22,7 +22,6 @@
       apt: pkg={{item}} state=installed update_cache=yes
       with_items:
         - python-setuptools
-        - easy_install
     - name: "Install PIP"
       sudo: yes
       easy_install: name={{item}}
-- 
GitLab