Merge "Pass correct variables to install bindep"

This commit is contained in:
Zuul 2017-09-05 22:31:31 +00:00 committed by Gerrit Code Review
commit d026155ca0

View File

@ -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"