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