openqa/dispatcher: fix bare boolean
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2602d052b0
commit
b4b28d98ad
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
||||||
# variable.
|
# variable.
|
||||||
- name: Install extra arch WANTED images config if enabled
|
- name: Install extra arch WANTED images config if enabled
|
||||||
copy: src=images.json.extraarches dest=/etc/fedora-openqa/images.json
|
copy: src=images.json.extraarches dest=/etc/fedora-openqa/images.json
|
||||||
when: openqa_extraarches
|
when: openqa_extraarches|bool
|
||||||
notify:
|
notify:
|
||||||
- restart openqa scheduler consumer
|
- restart openqa scheduler consumer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue