mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Quote password
Quote password to allow characters like `;`
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
|
||||
[client]
|
||||
user=root
|
||||
password={{ mysql_root_password }}
|
||||
|
||||
password="{{ mysql_root_password }}"
|
||||
|
||||
Reference in New Issue
Block a user