Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-05 14:49:51 +00:00 committed by Gerrit Code Review
commit fba3c316ad
2 changed files with 3 additions and 4 deletions

View File

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

View File

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