community.general/lib/ansible/executor
Will Thames 30fec68931 Expose variable_manager to PlayIterator
`variable_manager` is passed to the constructor of `PlayIterator`,
and then used to access the fact cache when fact gathering.
Make `_variable_manager` an attribute of the `PlayIterator` class
2017-05-24 21:59:13 -04: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 Convert some more base64 strings to text for winrm, to support async and become (#24796) 2017-05-18 16:06:51 -07:00
play_iterator.py Expose variable_manager to PlayIterator 2017-05-24 21:59:13 -04:00
playbook_executor.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
stats.py Use isinstance instead of type() comparisons. isinstance is more robust 2017-02-16 16:34:43 -08:00
task_executor.py Fix conn_type assignment (#24697) 2017-05-16 23:14:17 +02:00
task_queue_manager.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
task_result.py Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 2017-02-24 12:33:24 -05:00