It is causing an error at client runtime.
Otherwise Ansible fails due to PyMySQL using a TCP connection. See: https://github.com/ansible/ansible/issues/47736
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>
Signed-off-by: Alan Orth <alan.orth@gmail.com>