Commit 6a400fc2 by Ibrahim

set environment

parent eb4d8bf4
......@@ -29,8 +29,10 @@
shell: >
/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"
- name: Setup MySql Database
shell: 'mysql -u root -e "{{ item }}"'
become_user: "{{ discovery_user }}"
environment: "{{ discovery_environment }}"
with_items: "{{ WHITELABEL_MYSQL_COMMAND }}"
- name: Run Discovery migrations
......
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