Commit 416c4bfc by e0d

Merge pull request #1599 from edx/e0d/var-updates

add pip wipe
parents f5765eb7 e7ed95d3
......@@ -43,6 +43,7 @@
pip: >
requirements="{{ insights_requirements_base }}/{{ item }}"
virtualenv="{{ insights_venv_dir }}" state=present
extra_args="--exists-action w"
sudo_user: "{{ insights_user }}"
notify: restart insights
with_items: insights_requirements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment