tests: include the max task count in benchmark

This way we can tell the progress.

Change-Id: Ic7e622636ba58228f78cdafe639b013781766cb0
This commit is contained in:
David Moreau Simard 2020-11-01 09:46:14 -05:00
parent ce36d2ed67
commit c511ff94e7
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
- name: Run a task
debug:
msg: "{{ inventory_hostname }} running task #{{ item }}"
msg: "{{ inventory_hostname }} running task {{ item }}/{{ benchmark_task_count }}"