Merge "Reinitialize the virtualenv"

This commit is contained in:
Zuul 2018-01-25 10:07:00 +00:00 committed by Gerrit Code Review
commit fe560b90c2

View File

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