taskotron: fix roles order
This commit is contained in:
parent
fe306871b6
commit
226c86a2bf
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- { role: nfs/client, mnt_dir: '/srv/', nfs_src_dir: 'fedora_taskotron_stg', when: deployment_type == 'stg' }
|
||||
- { role: taskotron/grokmirror, tags: ['grokmirror'] }
|
||||
# - { role: taskotron/cgit, tags: ['cgit'] }
|
||||
- { role: taskotron/buildmaster, tags: ['buildmaster'] }
|
||||
|
@ -55,7 +56,6 @@
|
|||
- { role: taskotron/taskotron-trigger, tags: ['trigger'] }
|
||||
- { role: taskotron/taskotron-frontend, tags: ['frontend'] }
|
||||
- { role: taskotron/taskotron-master, tags: ['taskotronmaster'] }
|
||||
- { role: nfs/client, mnt_dir: '/srv/', nfs_src_dir: 'fedora_taskotron_stg', when: deployment_type == 'stg' }
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue