Move the fedmsg role after the mailman one.

This commit is contained in:
Ralph Bean 2013-11-07 16:40:51 +00:00
parent f43489746f
commit 1632b1e855

View file

@ -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