Commit 24da09a7 by Feanil Patel

Remove repos for courses we are about to checkout.

parent cdc6cc63
- 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