From 9adf5351a03195e7f61e162720fdf57d88f77798 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 21 Jan 2016 15:41:06 +0000 Subject: [PATCH] changing order of roles for taskotron-client-hosts --- playbooks/groups/taskotron-client-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml index ae9da5e865..6dd7d76303 100644 --- a/playbooks/groups/taskotron-client-hosts.yml +++ b/playbooks/groups/taskotron-client-hosts.yml @@ -44,8 +44,8 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: taskotron/buildslave, tags: ['buildslave'] } - { role: taskotron/taskotron-client, tags: ['taskotronclient'] } + - { role: taskotron/buildslave, tags: ['buildslave'] } - { role: taskotron/buildslave-configure, tags: ['buildslaveconfigure'] } handlers: