summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorMartin Krizek <mkrizek@redhat.com>2016-02-16 17:10:41 +0000
committerMartin Krizek <mkrizek@redhat.com>2016-02-16 17:11:02 +0000
commit729ccf6f5908123f696078212cc3da55a58e5971 (patch)
tree388784bbe01648026209ed5b89c13dbb718770f8 /playbooks
parent4ad2542f07a01140b4bab9ac3dc88a1ee85dc20a (diff)
downloadansible-729ccf6f5908123f696078212cc3da55a58e5971.tar.gz
ansible-729ccf6f5908123f696078212cc3da55a58e5971.tar.xz
ansible-729ccf6f5908123f696078212cc3da55a58e5971.zip
Attempt to fix syntax error
Diffstat (limited to 'playbooks')
-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'] }