Merge "Reinitialize the virtualenv"

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

View File

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