Merge "Pass correct variables to install bindep"
This commit is contained in:
commit
d026155ca0
@ -9,8 +9,8 @@
|
||||
- name: install bindep into temporary venv
|
||||
pip:
|
||||
name: bindep
|
||||
virtualenv: "{{ bindep_temp_dir }}/venv"
|
||||
virtualenv: "{{ bindep_temp_dir.path }}/venv"
|
||||
|
||||
- name: Define bindep_found_command
|
||||
set_fact:
|
||||
bindep_found_command: "{{ bindep_temp_dir }}/venv/bin/bindep"
|
||||
bindep_found_command: "{{ bindep_temp_dir.path }}/venv/bin/bindep"
|
||||
|
Loading…
x
Reference in New Issue
Block a user