Move releng_config to a role so we can add masher user before fedmsg.
This commit is contained in:
parent
65760320e7
commit
75be449044
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
- collectd/base
|
||||
- hosts
|
||||
- builder_repo
|
||||
- releng
|
||||
- fedmsg/base
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/koji/releng_config.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue