releng: run releng role last so all deps are there first

This commit is contained in:
Peter Robinson 2016-08-13 12:09:42 +00:00
parent 692a39d7b0
commit e59f399ba8

View file

@ -30,8 +30,8 @@
- { role: nfs/client, when: "'releng-compose' in group_names", mnt_dir: '/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: "'releng-secondary' in group_names", mnt_dir: '/pub/fedora-secondary', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
- { role: nfs/client, when: "'releng-stg' in group_names", mnt_dir: '/mnt/fedora_koji_prod', nfs_src_dir: "{{ koji_hub_nfs }}" }
- releng
- fedmsg/base
- releng
tasks:
# this is how you include other task lists