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: Ifb86f7c3de74e6be60de7b7c2ed73d9d0fc8eb30
This commit is contained in:
Jean-Philippe Evrard 2017-12-03 12:48:46 +00:00
parent 61685668a8
commit 4bc207da2c
2 changed files with 4 additions and 3 deletions

View File

@ -14,8 +14,10 @@ Default variables
:language: yaml
:start-after: under the License.
Required variables
~~~~~~~~~~~~~~~~~~
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
To install molteniron nodes, please add the following set of information:
There can be more than one bare metal node.

View File

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