ansible/lib/ansible/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 update signature in network plugin (#19545) 2016-12-20 07:07:42 -05:00
cache bad/missing fact plugin is a warning (#19350) 2016-12-14 14:25:19 -05:00
callback Ensure that command/shell errors are displayed 2016-12-16 21:46:02 -05:00
connection adds feature to allow connection to set action plugin (#18762) 2016-12-15 15:47:39 -05:00
filter random filter: added optional 'seed' parameter 2016-11-17 15:02:06 -08:00
lookup with_sequence: pass AnsibleError through 2016-11-30 21:26:23 -08:00
shell Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
strategy Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
terminal removes network os guess static method (#19467) 2016-12-19 07:47:29 -05:00
test restored 'results' filters 2016-10-13 13:21:40 -04:00
vars
__init__.py adds two new plugins that use ansible-connection for persistence (#18572) 2016-11-28 12:49:40 -05:00