Commit a9134a69 by Fred Smith

fix coding style

parent 62b37569
......@@ -190,14 +190,14 @@
# Install the python custom requirements into {{ edxapp_venv_dir }}
- stat: path="{{custom_requirements_file}}"
- stat: path="{{ custom_requirements_file }}"
register: custom_requirements
sudo_user: "{{ edxapp_user }}"
- name : install python custom-requirements
pip: >
requirements="{{custom_requirements_file}}"
virtualenv="{{edxapp_venv_dir}}"
requirements="{{ custom_requirements_file }}"
virtualenv="{{ edxapp_venv_dir }}"
state=present
extra_args="-i {{ COMMON_PYPI_MIRROR_URL }}"
sudo_user: "{{ edxapp_user }}"
......
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