diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index aa242e2288..406a4aceb3 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -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"