summaryrefslogtreecommitdiffstats
path: root/roles/lists/tasks
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-07-12 11:31:18 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-07-12 11:31:18 +0200
commitb752a80935941eb07e7700d8cbab567d1a3f39c4 (patch)
tree3c3e907dc5445ec519bf8fc5daaf1ef12379eb69 /roles/lists/tasks
parent99682f43e687552c0c536ed044afb7331d90a01d (diff)
Rename 'mysql_user' plugin to 'mysql_user2' to avoid name collisions.
Diffstat (limited to 'roles/lists/tasks')
-rw-r--r--roles/lists/tasks/sympa.yml4
1 files changed, 2 insertions, 2 deletions
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'.