roles/mariadb: Remove login_unix_socket from .my.cnf
It is causing an error at client runtime.
This commit is contained in:
parent
d55b1d1cd1
commit
a7231bcf5f
@ -1,4 +1,3 @@
|
|||||||
[client]
|
[client]
|
||||||
user=root
|
user=root
|
||||||
password='{{ mariadb_root_password }}'
|
password='{{ mariadb_root_password }}'
|
||||||
login_unix_socket='{{ mariadb_login_unix_socket }}'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user