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/lib/ansible/executor
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
template/__init__.py imported unsafe_proxy from vars which caused
vars/__init__.py to load.  vars/__init__.py needed template/__init__.py
which caused issues.  Loading unsafe_proxy from another location fixes
that.
9 years ago
..
process tolerate 'batch' systems that mess with stdin (#23596) 9 years ago
__init__.py Making the switch to v2 11 years ago
action_write_locks.py Change <support@ansible.com> - it's being retired. 9 years ago
module_common.py display path to module_utils files in verbosity vvv. 9 years ago
play_iterator.py Update module_utils.six to latest (#22855) 9 years ago
playbook_executor.py Restore "skipping: no hosts matched" message 9 years ago
stats.py Use isinstance instead of type() comparisons. isinstance is more robust 9 years ago
task_executor.py Fix circular import with unsafe_proxy, template, and vars 9 years ago
task_queue_manager.py Remove hack for backwards compatible v2_playbook_on_start callback 9 years ago
task_result.py Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 9 years ago