Commit 8dc1c3eb by Saleem Latif

Configure commerce configuration for lms

parent 405d13e2
......@@ -37,3 +37,10 @@
--from-email='{{ OTTO_MULTITENANT_SETUP_FROM_EMAIL }}'
become_user: "{{ ecommerce_user }}"
environment: "{{ ecommerce_environment }}"
- name: Configure commerce configuration for lms
shell: >
{{ COMMON_BIN_DIR }}/python.edxapp {{ COMMON_BIN_DIR }}/manage.edxapp lms --settings=aws
configure_commerce
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
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