Merge "Reinitialize the virtualenv"

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

View File

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