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 - denyhosts
- nagios_client - nagios_client
- sudo - sudo
- releng
tasks: tasks:
# this is how you include other task lists # this is how you include other task lists
- include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/common_scripts.yml" - include: "{{ tasks }}/common_scripts.yml"
- include: "{{ tasks }}/koji/releng_config.yml"
handlers: handlers:
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"

View file

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