Commit 7b8315ed by Feanil Patel

Fix spacing.

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