Move the roles to the second section
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
88a2759200
commit
50bc2411a2
1 changed files with 3 additions and 5 deletions
|
@ -14,11 +14,6 @@
|
|||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
|
||||
- name: setup all the things
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
|
@ -40,6 +35,9 @@
|
|||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- role: simple-koji-ci
|
||||
- role: keytab/service
|
||||
service: simple-koji-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue