roles/mariadb: Remove login_unix_socket from .my.cnf

It is causing an error at client runtime.
This commit is contained in:
Alan Orth 2019-09-14 18:32:26 +03:00
parent d55b1d1cd1
commit a7231bcf5f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
[client]
user=root
password='{{ mariadb_root_password }}'
login_unix_socket='{{ mariadb_login_unix_socket }}'