Commit a4457c91 by E. Kolpakov

Fix typo - ANALYTICS_PIPELINE_OUTPUT_DATABASE contains `username` key, not `user`

parent be2a8b02
......@@ -186,7 +186,7 @@
- name: grant access to table storing test data in output database
mysql_user: >
user={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.user }}
user={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.username }}
password={{ ANALYTICS_PIPELINE_OUTPUT_DATABASE.password }}
priv=acceptance%.*:ALL
append_privs=yes
......
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