openqa/dispatcher: fix bare boolean

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-24 15:18:48 -07:00
parent 2602d052b0
commit b4b28d98ad
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
# variable.
- name: Install extra arch WANTED images config if enabled
copy: src=images.json.extraarches dest=/etc/fedora-openqa/images.json
when: openqa_extraarches
when: openqa_extraarches|bool
notify:
- restart openqa scheduler consumer