Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-06 09:43:36 +00:00 committed by Gerrit Code Review
commit 6f4bb91e8a
2 changed files with 3 additions and 4 deletions

View File

@ -29,10 +29,10 @@ Default variables
:language: yaml :language: yaml
:start-after: under the License. :start-after: under the License.
Required variables Dependencies
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
None. This role needs pip >= 7.1 installed on the target host.
Example playbook Example playbook
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

View File

@ -38,7 +38,6 @@ galaxy_info:
- development - development
- openstack - openstack
dependencies: dependencies:
- pip_install
- role: apt_package_pinning - role: apt_package_pinning
apt_pinned_packages: "{{ ovs_nsh_support | ternary(ovs_nsh_apt_pinned_packages, omit) }}" apt_pinned_packages: "{{ ovs_nsh_support | ternary(ovs_nsh_apt_pinned_packages, omit) }}"
when: when: