Merge "bindep: use virtualenv_command from ensure-pip"
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user