From b752a80935941eb07e7700d8cbab567d1a3f39c4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 12 Jul 2015 11:31:18 +0200 Subject: Rename 'mysql_user' plugin to 'mysql_user2' to avoid name collisions. --- roles/lists/tasks/sympa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/lists') diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml index 4505f54..00e5d9c 100644 --- a/roles/lists/tasks/sympa.yml +++ b/roles/lists/tasks/sympa.yml @@ -4,8 +4,8 @@ - sympa - name: Make the 'sympa' MySQL user use auth_socket - mysql_user: name=sympa password= auth_plugin=auth_socket - state=present + mysql_user2: name=sympa password= auth_plugin=auth_socket + state=present # XXX We want to change the retun-path for sendpasswd notices from # 'sympa-request@$robot' to 'noreply@fripost.org'. -- cgit v1.2.3