mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
This commit is contained in:
committed by
Matt Martz
parent
72ebd1bf46
commit
01e8139d74
@@ -302,6 +302,9 @@ class TaskExecutor:
|
||||
if index_var:
|
||||
task_vars[index_var] = item_index
|
||||
|
||||
# Update template vars to reflect current loop iteration
|
||||
templar.set_available_variables(task_vars)
|
||||
|
||||
# pause between loop iterations
|
||||
if loop_pause and ran_once:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user