mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Merge pull request #126 from flackend/master
Fix for complex passwords in .my.cnf
This commit is contained in:
commit
b0fd5c3f61
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