diff --git a/roles/openqa/worker/templates/workers.ini.j2 b/roles/openqa/worker/templates/workers.ini.j2 index 06a3908412..33982da7ee 100644 --- a/roles/openqa/worker/templates/workers.ini.j2 +++ b/roles/openqa/worker/templates/workers.ini.j2 @@ -1,5 +1,5 @@ [global] HOST = http://{{ openqa_hostname|default('localhost') }} {% if openqa_tap is defined and openqa_tap %} -WORKER_CLASS = tap +WORKER_CLASS = tap,qemu_x86_64,qemu_i686,qemu_i586 {% endif %}