Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-05 17:24:04 +00:00 committed by Gerrit Code Review
commit 7c427be2bd
2 changed files with 3 additions and 6 deletions

View File

@ -24,11 +24,10 @@ Default variables
:start-after: under the License.
Required variables
~~~~~~~~~~~~~~~~~~
None.
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
Example playbook
~~~~~~~~~~~~~~~~
@ -43,4 +42,3 @@ Tags
This role supports the ``octavia-install`` and ``octavia-config`` tags.
Use the ``octavia-install`` tag to install and upgrade. Use the
``octavia-config`` tag to maintain configuration of the service.

View File

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