Commit 71aa4c38 by Feanil Patel

Merge pull request #1732 from edx/feanil/update_xml_tasks

Remove repos for courses we are about to checkout.
parents f69e9912 24da09a7
- name: remove all course data before checkout
file:
path="{{ edxapp_course_data_dir }}/{{ item.repo_name }}"
state=absent
with_items: EDXAPP_XML_COURSES
- name: make the course data updatable by the edxapp user
file:
path="{{ edxapp_course_data_dir }}"
......
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