openqa/worker: try the |int fix for the loop here too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d4192d6b12
commit
6566f6ba3f
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue