community.general/lib/ansible/executor
James Cammarata 1f5584aa5b Refactoring delegate_to code
Now, instead of relying on hostvars on the executor side, we compile
the vars for the delegated to host in a special internal variable and
have the PlayContext object look for things there when applying task/
var overrides, which is much cleaner and takes advantage of the code
already dealing with all of the magic variable variations.

Fixes #12127
Fixes #12079
2015-09-18 15:25:10 -04:00
..
process Catch worker errors that may be subclassed on others that lead to incorrect exits 2015-09-17 14:46:53 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Test for Python must be against basename of interpreter 2015-09-11 13:29:34 +02:00
play_iterator.py Fix typo in 049a48f 2015-09-11 15:54:24 -04:00
playbook_executor.py Fix indent on line in playbook executor 2015-09-09 18:10:38 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Refactoring delegate_to code 2015-09-18 15:25:10 -04:00
task_queue_manager.py Fix unreachable host detection and have plays continue after unreachable failures 2015-09-09 15:27:26 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00