From 9eb84317dd1ecca2f43cb4d5ffa940753eb5984a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 3 Jun 2015 19:11:25 +0200 Subject: SQL: Set empty passwords for auth_socket authentication. --- roles/common-SQL/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common-SQL') diff --git a/roles/common-SQL/tasks/main.yml b/roles/common-SQL/tasks/main.yml index a26f5f4..b5c6773 100644 --- a/roles/common-SQL/tasks/main.yml +++ b/roles/common-SQL/tasks/main.yml @@ -26,7 +26,7 @@ # XXX Dirty fix for #742046 - name: Force root to use UNIX permissions - mysql_user: name=root auth_plugin=auth_socket + mysql_user: name=root password= auth_plugin=auth_socket state=present - name: Disallow anonymous and TCP/IP root login -- cgit v1.2.3