mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 11:20:18 +01:00
Fix for complex passwords in .my.cnf
Adds quotes around password value.
This commit is contained in:
parent
6bdfd8bb8c
commit
3fb815e5dc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
[client]
|
||||
user={{ mysql_root_username }}
|
||||
password={{ mysql_root_password }}
|
||||
password="{{ mysql_root_password }}"
|
||||
|
|
Loading…
Reference in a new issue