ansible/lib/ansible
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
..
cli Fix error on 'help module' in ansible-console (#19390) 2016-12-20 15:50:29 -05:00
compat
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
galaxy
inventory minor spelling changes 2016-12-13 13:51:13 -05:00
module_utils added file flag preservation to atomic_move 2016-12-21 10:56:40 -05:00
modules fix check mode for all options 2016-12-21 09:36:46 -05:00
parsing adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
playbook still needs static for task object 2016-12-16 23:52:11 -05:00
plugins Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
template Fix AST nodes for Python 3 and enable dependent test_uri (#18597) 2016-12-13 07:37:39 -08:00
utils minor spelling changes 2016-12-13 13:51:13 -05:00
vars Display proper error on group_vars syntax error 2016-12-16 21:13:41 -05:00
__init__.py
constants.py adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
release.py
test-requirements.txt