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: I4ff1d51d78f5414d1029ac9ba773d98bd1dcbcda
This commit is contained in:
Jean-Philippe Evrard 2017-12-03 12:48:46 +00:00
parent 487c5011b6
commit 61f8aee6ad
2 changed files with 7 additions and 4 deletions

View File

@ -16,10 +16,12 @@ Default variables
:language: yaml :language: yaml
:start-after: under the License. :start-after: under the License.
Required variables Dependencies
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
This list is not exhaustive. See role internals for further details. This role needs pip >= 7.1 installed on the target host.
To use this role, define the following variables:
.. code-block:: yaml .. code-block:: yaml
@ -44,6 +46,8 @@ This list is not exhaustive. See role internals for further details.
# Magnum rabbit vhost # Magnum rabbit vhost
magnum_rabbitmq_vhost: /magnum magnum_rabbitmq_vhost: /magnum
This list is not exhaustive. See role internals for further details.
Example playbook Example playbook
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

View File

@ -41,7 +41,6 @@ galaxy_info:
- magnum - magnum
dependencies: dependencies:
- pip_install
- role: apt_package_pinning - role: apt_package_pinning
when: when:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'