Commit 713d54a3 by Ibrahim

make migrate command

parent 83fb8804
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
shell: 'mysql -u root -e "{{ item }}"' shell: 'mysql -u root -e "{{ item }}"'
with_items: "{{ WHITELABEL_MYSQL_COMMAND }}" with_items: "{{ WHITELABEL_MYSQL_COMMAND }}"
#- name: Run Discovery migrations - name: Run Discovery migrations
# shell: "make migrate" shell: "make migrate"
# args: args:
# chdir: "{{ discovery_code_dir }}" chdir: "{{ discovery_code_dir }}"
# become_user: "{{ discovery_user }}" become_user: "{{ discovery_user }}"
# environment: "{{ discovery_environment }}" 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