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/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.
2017-04-28 15:35:30 -07:00
..
process tolerate 'batch' systems that mess with stdin (#23596) 2017-04-18 11:39:49 -04:00
__init__.py
action_write_locks.py
module_common.py
play_iterator.py
playbook_executor.py
stats.py
task_executor.py Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
task_queue_manager.py Remove hack for backwards compatible v2_playbook_on_start callback 2017-04-28 13:44:43 -07:00
task_result.py