From 889b1248ea2050b7db4281c8ce7d76b79a2da8b5 Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Wed, 1 Aug 2018 12:26:27 +0000 Subject: [PATCH] Revert "defaults: Add virtualenv to default pip packages" This reverts commit d14847189419d479373c3734cbfebd3fdc9c1e15. In order to install the virtualenv package using a distribution package in the openstack_hosts role, we need to remove it from being installed here. Change-Id: I26046ab20cef0012a2d6c52c29827908f2d9f81c --- defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 6033ae5..143a132 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -44,11 +44,10 @@ pip_install_distro_build_packages: [] pip_install_build_packages: yes # This list var can be used to specify specific versions of pip, setuptools, -# virtualenv, wheel and any other packages which must be installed when pip installs. +# wheel and any other packages which must be installed when pip installs. pip_packages: - pip - setuptools - - virtualenv - wheel ## APT Cache options