ansible/test/units
James Cammarata dd0257b995 Template "original_task" fields in _process_pending_results
Since we no longer use a post-validated task in _process_pending_results, we
need to be sure to template fields used in original_task as they are raw and
may contain variables.

This patch also moves the handler tracking to be per-uuid, not per-object.
Doing it per-object had implications for the above due to the fact that the
copy of the original task is now being used, so the only sure way is to track
based on the uuid instead.

Fixes #18289
2016-12-21 10:09:06 -06:00
..
cli Fix error on 'help module' in ansible-console (#19390) 2016-12-20 15:50:29 -05:00
contrib
errors
executor
inventory
inventory_test_data/group_vars
mock
module_utils
modules adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
parsing
playbook unit tests for playbook/conditional.py (#18586) 2016-12-13 14:38:16 -05:00
plugins Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
template
utils
vars
__init__.py