Commit 5a5df90b by Feanil Patel

Don't always try to create the venv.

parent f51d3d43
......@@ -48,6 +48,8 @@
- name: build virtualenv
shell: "virtualenv --python=python3.5 {{ course_discovery_venv_dir }}"
args:
creates: "{{ course_discovery_venv_dir }}/bin/pip"
sudo_user: "{{ course_discovery_user }}"
tags:
- install
......
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