Add virtualenv for missing depends workaround

We missed adding virtualenv to pip for our broken dependencies.

Change-Id: Iac68712906b5cd7e993d0b763ff90224d154edb3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-30 12:01:25 -04:00
parent a8ec39d644
commit ad61a59119
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
become: yes
pip:
name: "{{ item }}"
virtualenv: "{{ zuul_pip_virtualenv|default(omit) }}"
with_items:
- jenkins-job-builder
- pyzmq