Remove pip_install dependency

With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: I30b5f242578804bc6ca9957d8a1177c53b435ebc
This commit is contained in:
Jean-Philippe Evrard 2017-12-03 12:48:46 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 31f5460494
commit be909c77a8
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,11 @@ Example playbook
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
Tags
~~~~

View File

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