community.general/lib/ansible/executor/process
Abhijit Menon-Sen 950cc26aab Use loop_control.loop_var directly
6eefc11c converted task.loop_control into an object, but while the other
callers were updated to use .loop_var instead of .get('loop_var'), this
site was overlooked.

This can be reproduced by including with loop_control a file that does
set_fact; a simple regression test along these lines is included.
2016-07-01 07:03:42 +05:30
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
result.py Use loop_control.loop_var directly 2016-07-01 07:03:42 +05:30
worker.py Correct the worker.run documentation 2016-04-12 08:01:07 -07:00