Remove pip_install meta-dep

Given that the openstack_hosts role installs pip and virtualenv,
we do not need this extra meta-dependency.

Change-Id: I7e0e689d691e4fe483927b2c82063bc85313b5ba
This commit is contained in:
Jesse Pretorius 2018-07-31 19:16:06 +01:00
parent 14e2b93fac
commit a93b12fd72
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ galaxy_info:
- development
- openstack
dependencies:
- role: pip_install
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'