Move the fedmsg role after the mailman one.
This commit is contained in:
parent
f43489746f
commit
1632b1e855
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue