Commit ff933813 by Edward Zarecor

Merge pull request #2778 from edx/e0d/fix-ci

Fix CI by appending privileges
parents 2bda84f1 61bb7f81
......@@ -99,6 +99,7 @@
host: "{{ CREDENTIALS_MYSQL_MATCHER }}"
password: "{{ item.password }}"
priv: "{{ CREDENTIALS_DEFAULT_DB_NAME }}.*:ALL"
append_privs: yes
with_items:
- name: "{{ CREDENTIALS_DATABASES.default.USER }}"
password: "{{ CREDENTIALS_DATABASES.default.PASSWORD }}"
......
......@@ -106,6 +106,7 @@
host: "{{ DISCOVERY_MYSQL_MATCHER }}"
password: "{{ item.password }}"
priv: "{{ DISCOVERY_DEFAULT_DB_NAME }}.*:ALL"
append_privs: yes
with_items:
- name: "{{ DISCOVERY_DATABASES.default.USER }}"
password: "{{ DISCOVERY_DATABASES.default.PASSWORD }}"
......
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