From 1632b1e8551726eb302073466b3d0135426d8a5f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 7 Nov 2013 16:40:51 +0000 Subject: [PATCH] Move the fedmsg role after the mailman one. --- playbooks/groups/mailman.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 78438e585b..508df64e43 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -38,7 +38,6 @@ - /srv/web/infra/ansible/roles/nagios_client - /srv/web/infra/ansible/roles/fas_client - /srv/web/infra/ansible/roles/yum-cron - - /srv/web/infra/ansible/roles/fedmsg_base tasks: # this is how you include other task lists @@ -99,6 +98,7 @@ roles: - /srv/web/infra/ansible/roles/mailman + - /srv/web/infra/ansible/roles/fedmsg_base tasks: - name: install more needed packages @@ -120,6 +120,5 @@ - mailman3 - postfix - handlers: - include: $handlers/restart_services.yml