Move releng_config to a role so we can add masher user before fedmsg.

This commit is contained in:
Kevin Fenzi 2014-07-08 20:36:26 +00:00
parent 65760320e7
commit 75be449044
3 changed files with 2 additions and 2 deletions

View file

@ -19,13 +19,13 @@
- denyhosts
- nagios_client
- sudo
- releng
tasks:
# this is how you include other task lists
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/common_scripts.yml"
- include: "{{ tasks }}/koji/releng_config.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"

View file

@ -39,10 +39,10 @@
- collectd/base
- hosts
- builder_repo
- releng
- fedmsg/base
tasks:
- include: "{{ tasks }}/koji/releng_config.yml"
- include: "{{ tasks }}/motd.yml"
handlers: