Merge pull request #126 from flackend/master

Fix for complex passwords in .my.cnf
This commit is contained in:
Jeff Geerling 2016-05-31 23:15:28 -05:00
commit b0fd5c3f61

View file

@ -1,3 +1,3 @@
[client]
user={{ mysql_root_username }}
password={{ mysql_root_password }}
password="{{ mysql_root_password }}"