summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/groups/taskotron-client-hosts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml
index b6b2d26c5..0d8936012 100644
--- a/playbooks/groups/taskotron-client-hosts.yml
+++ b/playbooks/groups/taskotron-client-hosts.yml
@@ -61,7 +61,7 @@
roles:
- { role: taskotron/taskotron-client, tags: ['taskotronclient'] }
- - { role: taskotron/imagefactory-client, tags: ['imagefactoryclient'], when: deployment_type in ['dev'] }
+ - { role: taskotron/imagefactory-client, tags: ['imagefactoryclient'], when: deployment_type == 'dev' }
- { role: taskotron/buildslave, tags: ['buildslave'] }
- { role: taskotron/buildslave-configure, tags: ['buildslaveconfigure'] }