Commit b94b55f5 by Ibrahim

create course for all themes

parent 99e691d5
......@@ -11,10 +11,11 @@
- name: Create Courses
shell: >
{{ COMMON_BIN_DIR }}/python.edxapp {{ COMMON_BIN_DIR }}/manage.edxapp cms --settings={{ COMMON_EDXAPP_SETTINGS }}
create_course {{ WHITELABEL_MODULE_STORE }} {{ WHITELABEL_ADMIN_USER }} MITxPRO {{ WHITELABEL_COURSE_TITLE }}
create_course {{ WHITELABEL_MODULE_STORE }} {{ WHITELABEL_ADMIN_USER }} {{ item }} {{ WHITELABEL_COURSE_TITLE }}
{{ WHITELABEL_COURSE_RUN }}
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
with_items: "{{ WHITELABEL_ORG }}"
# Discovery
......
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