ansible/test/units/plugins
James Cammarata 2d8ebbfe8c 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

(cherry picked from commit dd0257b995)
2016-12-21 10:11:59 -06:00
..
action Removed dict.iteritems() in several other files. 2016-12-14 08:39:29 -08:00
cache
callback Squashed commit of the following: 2015-12-29 11:40:18 -05:00
connections Fix docker connection unit tests. 2016-11-09 10:45:47 -08:00
filter
inventory
lookup Fix password lookup py3 plus alikins unittest additions refactoring (#17626) 2016-09-19 11:37:57 -07:00
shell
strategies Template "original_task" fields in _process_pending_results 2016-12-21 10:11:59 -06:00
vars
__init__.py
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00