ansible/test/units/plugins
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
..
action Removed dict.iteritems() in several other files. 2016-12-14 08:01:45 -08:00
cache Provide slightly better msg on fact cache error (#18759) 2016-12-13 14:34:58 -05:00
callback More test coverage for plugins/callback/__init__ (#18020) 2016-11-29 10:40:46 -05:00
connection add back reverted change to network_cli (#18761) 2016-12-05 21:42:09 -05:00
filter Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inventory Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
lookup Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00