From b71fee3cc6ea4b686e4d0504d9ad0881ecd43994 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 1 Aug 2018 15:15:40 +0100 Subject: [PATCH] Remove pip_install role execution None of the hosts need pip installed any more. Everything installed on the host is now a distribution package, and all pip packages are inside a virtualenv. As such, this role does not need to execute pip_install any more. Depends-On: https://review.openstack.org/589633 Change-Id: I07755374d1044afb17a7bcafec60956a781759ce --- tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 735f765b..9f14eed2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -80,13 +80,6 @@ retries: 5 delay: 2 -# Host should be ready for any openstack role after this step -- name: Run the pip install role - include_role: - name: pip_install - tags: - - openstack_hosts-install - - include_tasks: openstack_authorized_keys.yml tags: - openstack_hosts-config