diff options
author | Martin Krizek <mkrizek@redhat.com> | 2016-02-16 17:10:41 +0000 |
---|---|---|
committer | Martin Krizek <mkrizek@redhat.com> | 2016-02-16 17:11:02 +0000 |
commit | 729ccf6f5908123f696078212cc3da55a58e5971 (patch) | |
tree | 388784bbe01648026209ed5b89c13dbb718770f8 | |
parent | 4ad2542f07a01140b4bab9ac3dc88a1ee85dc20a (diff) | |
download | ansible-729ccf6f5908123f696078212cc3da55a58e5971.tar.gz ansible-729ccf6f5908123f696078212cc3da55a58e5971.tar.xz ansible-729ccf6f5908123f696078212cc3da55a58e5971.zip |
Attempt to fix syntax error
-rw-r--r-- | playbooks/groups/taskotron-client-hosts.yml | 2 |
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'] } |