Commit 07a31766 by Ibrahim

remove environment

parent 8d50f002
......@@ -31,8 +31,6 @@
- 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