Merge "Fix bug finding pip install method"

This commit is contained in:
Zuul 2018-12-05 20:09:40 +00:00 committed by Gerrit Code Review
commit ab752a7c29
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@
changed_when: False
- include_tasks: "install_{{ pip_offline_install | ternary('offline', 'online') }}.yml"
when: pip_install_script.find('get-pip.py') != -1 # skip get-pip.py if a suitable pip is installed
when: pip_install_script.stdout.find('get-pip.py') != -1 # skip get-pip.py if a suitable pip is installed
- include_tasks: install_source.yml