Skip to content

Commit 9835e9c

Browse files
committed
feat: add test2
1 parent 3a8aa71 commit 9835e9c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

stress-tests/test2.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: Generate fast, huge output with debug
2+
hosts: localhost
3+
gather_facts: no
4+
5+
vars:
6+
total_messages: 5000
7+
8+
tasks:
9+
10+
- name: Print fast debug messages in loop
11+
debug:
12+
msg: "Line number {{ item }}"
13+
loop: "{{ range(1, total_messages + 1) | list }}"

0 commit comments

Comments
 (0)