Commit cc4fbe80 by Ibrahim

add management command

parent 02b63873
......@@ -163,6 +163,13 @@
- gather_static_assets
- assets
- name: Create Sites and Themes
shell: >
{{ COMMON_BIN_DIR }}/python.edxapp {{ COMMON_BIN_DIR }}/manage.edxapp lms --settings={{ COMMON_EDXAPP_SETTINGS }}
create_sites_and_configurations --dns-name {{ dns_name }}
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
- name: "display compile assets command"
debug:
msg: "{{ COMMON_BIN_DIR }}/edxapp-update-assets-{{ item }}"
......
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