Merge "Reinitialize venv upon install"

This commit is contained in:
Jenkins 2016-11-16 13:12:29 +00:00 committed by Gerrit Code Review
commit d7666d7ca1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
- name: Update virtualenv path
command: >
virtualenv-tools --update-path=auto {{ monasca_bin | dirname }}
virtualenv-tools --update-path=auto --reinitialize {{ monasca_bin | dirname }}
when:
- not monasca_developer_mode | bool
- monasca_get_venv | changed or monasca_venv_dir | changed