From 9844db85cb0bd55a3d550d698e9dd65e63919042 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 31 Oct 2019 10:10:28 -0500 Subject: [PATCH] don't install python2 versions of pip setuptools virtualenv --- roles/2-common/tasks/packages.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index 7b9f604ec..89b3bad4e 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -63,13 +63,3 @@ - usbutils - wget state: present - -# These are added to scripts/ansible for python3 support and will be removed -# once the pip calls are ported to use python3 -- name: "Install 3 common Python packages: python-pip, python-setuptools, python-virtualenv" - package: - name: - - python-pip - - python-setuptools - - python-virtualenv - state: present