Commit e0984010 by Feanil Patel

Correctly create users.

parent ab5107f9
......@@ -99,7 +99,8 @@
login_password: "{{ COURSE_DISCOVERY_DB_ADMIN_PASSWORD }}"
name: "{{ item.name }}"
host: "%"
name: "{{ item.password }}"
name: "{{ item.name }}"
password: "{{ item.password }}"
priv: "{{ COURSE_DISCOVERY_DEFAULT_DB_NAME }}.*:ALL"
with_items:
- name: "{{ COURSE_DISCOVERY_DATABASES.default.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