You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
9 years ago
..
action Removed dict.iteritems() in several other files. 9 years ago
cache Fixed import typo for memcache module in tests. 10 years ago
callback Squashed commit of the following: 10 years ago
connections Fix docker connection unit tests. 9 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
lookup Fix password lookup py3 plus alikins unittest additions refactoring (#17626) 9 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
strategies Template "original_task" fields in _process_pending_results 9 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
__init__.py Making the switch to v2 11 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago