Merge "Reinitialize the virtualenv"

This commit is contained in:
Zuul 2018-01-22 13:19:50 +00:00 committed by Gerrit Code Review
commit d70fe3107f
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
shell: |
find {{ barbican_bin }} -name \*.pyc -delete
sed -si '1s/^.*python.*$/#!{{ barbican_bin | replace ('/','\/') }}\/python/' {{ barbican_bin }}/*
virtualenv {{ barbican_bin | dirname }}
when: barbican_get_venv | changed
tags:
- skip_ansible_lint