Alan Orth
05faeecc5d
Ansible's mysql module can get this password and connect fine, but `mysql` on the command line chokes if the password is slightly complicated and is not quoted. Signed-off-by: Alan Orth <alan.orth@gmail.com>
4 lines
58 B
Django/Jinja
4 lines
58 B
Django/Jinja
[client]
|
|
user=root
|
|
password='{{ mariadb_root_password }}'
|