Commit 8d50f002 by Ibrahim

comment migration

parent 6a400fc2
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
environment: "{{ discovery_environment }}" environment: "{{ discovery_environment }}"
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