You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/executor
Brian Coca d84df2405d move from with_<lookup>: to loop:
- old functionality is still available direct lookup use, the following are equivalent

  with_nested: [[1,2,3], ['a','b','c']]

  loop: "{{lookup('nested', [1,2,3], ['a','b','c'])}}"

- avoid squashing with 'loop:'
- fixed test to use new intenal attributes
- removed most of 'lookup docs' as these now reside in the plugins
7 years ago
..
module_common Remove automatic use of system six 7 years ago
__init__.py
test_play_iterator.py test/: PEP8 compliancy (#24803) 8 years ago
test_playbook_executor.py test/: PEP8 compliancy (#24803) 8 years ago
test_task_executor.py move from with_<lookup>: to loop: 7 years ago
test_task_queue_manager_callbacks.py Remove hack for backwards compatible v2_playbook_on_start callback 8 years ago
test_task_result.py Return code is not very useful to assume a task failed 7 years ago