Commit c4b9fb4a by Ibrahim

change command

parent d7e4e97a
......@@ -4,6 +4,7 @@ dependencies:
- supervisor
- edxapp_common
- nltk
# - discovery
- role: edx_themes
theme_users:
- "{{ edxapp_user }}"
......
......@@ -30,6 +30,12 @@
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -i localhost, -c local -e@/edx/app/edx_ansible/server-vars.yml /edx/app/edx_ansible/edx_ansible/playbooks/edx-east/discovery.yml
- name: "Setup MySql Database"
shell: >
"mysql -u root -e {{ item }}"
shell: 'mysql -u root -e "{{ item }}"'
with_items: "{{ WHITELABEL_MYSQL_COMMAND }}"
- name: Run Discovery migrations
shell: "make migrate"
args:
chdir: "{{ discovery_code_dir }}"
become_user: "{{ discovery_user }}"
environment: "{{ discovery_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