mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 11:21:05 +00:00
Correct loop syntax in example (#46178)
This commit is contained in:
@@ -95,8 +95,7 @@ of tasks running concurrently, you can do it this way::
|
||||
- 5
|
||||
durations: "{{ item }}"
|
||||
include_tasks: execute_batch.yml
|
||||
loop:
|
||||
- "{{ sleep_durations | batch(2) | list }}"
|
||||
loop: "{{ sleep_durations | batch(2) | list }}"
|
||||
|
||||
#####################
|
||||
# execute_batch.yml
|
||||
|
||||
Reference in New Issue
Block a user