openqa/worker: try the |int fix for the loop here too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-30 15:32:47 -07:00
parent d4192d6b12
commit 6566f6ba3f

View file

@ -154,4 +154,4 @@
- name: Enable and start worker services
service: name=openqa-worker@{{ item }} enabled=yes state=started
loop: "{{ range(1, {{ openqa_workers }} + 1)|list }}"
loop: "{{ range(1, {{ openqa_workers|int }} + 1)|list }}"