Commit d34a2b51 by Ibrahim

avoid source

parent 1877564b
......@@ -34,7 +34,7 @@
with_items: "{{ WHITELABEL_MYSQL_COMMANDS }}"
- name: Run Discovery migrations
shell: "source {{ discovery_home }}/discovery_env && make migrate"
shell: ". {{ discovery_home }}/discovery_env && make migrate"
args:
chdir: "{{ discovery_code_dir }}"
become_user: "{{ discovery_user }}"
......
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