Merge "bindep: use virtualenv_command from ensure-pip"

This commit is contained in:
Zuul 2020-05-15 18:16:44 +00:00 committed by Gerrit Code Review
commit a8f234113f

@ -6,10 +6,15 @@
notify:
- remove bindep temp dir
- name: Ensure we have pip dependencies
include_role:
name: ensure-pip
- name: install bindep into temporary venv
pip:
name: bindep
virtualenv: "{{ bindep_temp_dir.path }}/venv"
virtualenv_command: '{{ ensure_pip_virtualenv_command }}'
virtualenv: '{{ bindep_temp_dir.path }}/venv'
- name: Define bindep_command
set_fact: