mirror of
https://github.com/mitogen-hq/mitogen.git
synced 2025-02-24 09:34:59 +00:00
8 lines
160 B
YAML
8 lines
160 B
YAML
- name: bench/includes.yml
|
|
hosts: test-targets
|
|
tasks:
|
|
- include_tasks: _includes.yml
|
|
with_sequence: start=1 end=1000
|
|
tags:
|
|
- resource_intensive
|