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 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
9 years ago
..
action Removed dict.iteritems() in several other files. 9 years ago
cache Provide slightly better msg on fact cache error (#18759) 9 years ago
callback More test coverage for plugins/callback/__init__ (#18020) 9 years ago
connection add back reverted change to network_cli (#18761) 9 years ago
filter Add empty-init code-smell script. (#18406) 9 years ago
inventory Add empty-init code-smell script. (#18406) 9 years ago
lookup Add empty-init code-smell script. (#18406) 9 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy Template "original_task" fields in _process_pending_results 9 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago