Commit ee588f66 by Ibrahim

move debug command to top

parent a65aed80
- 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 }} --theme-path {{ WHITELABEL_THEME_DIR }}
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
- name: "display compile assets command"
debug:
msg: "{{ COMMON_BIN_DIR }}/edxapp-update-assets-{{ item }}"
......@@ -16,6 +9,13 @@
create_sites_and_configurations --dns-name {{ dns_name }} --theme-path {{ WHITELABEL_THEME_DIR }}"
with_items: "{{ service_variants_enabled }}"
- 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 }} --theme-path {{ WHITELABEL_THEME_DIR }}
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
# Discovery Setup
#- name: Uninstall installed version of elasticsearch
......
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