mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-18 03:24:29 +01:00
Fix for complex passwords in .my.cnf
Adds quotes around password value.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[client]
|
||||
user={{ mysql_root_username }}
|
||||
password={{ mysql_root_password }}
|
||||
password="{{ mysql_root_password }}"
|
||||
|
||||
Reference in New Issue
Block a user