1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/executor
James Cammarata 6eefc11c39 Make the loop variable (item by default) settable per task
Required for include+with* tasks which may include files that also
have tasks containing a with* loop.

Fixes #12736
2016-04-19 01:42:40 -04:00
..
__init__.py
test_play_iterator.py
test_playbook_executor.py
test_task_executor.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
test_task_result.py