community.general/lib/ansible/executor
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
..
process Use loop_control.loop_var directly 2016-07-01 07:03:42 +05:30
__init__.py
module_common.py Workaround bad interaction with .pth files. (#16238) 2016-06-13 07:56:18 -07:00
play_iterator.py FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
playbook_executor.py Take previously failed/unreachable hosts into account when checking the batch 2016-06-21 16:47:38 -05:00
stats.py
task_executor.py Fix off-by-one error with retries 2016-06-23 18:07:11 -05:00
task_queue_manager.py Fix handler listeners as a list 2016-06-21 10:00:10 -05:00
task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 2016-05-05 15:29:10 -07:00