1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
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
..
process Revert "Move queuing tasks to a background thread" 2016-09-15 17:00:06 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
action_write_locks.py Change <support@ansible.com> - it's being retired. 2016-10-15 16:42:13 -07:00
module_common.py Fix for AnsiballZ when the remote clock is behind (#18660) 2016-11-29 01:21:13 -08:00
play_iterator.py unified boolean function 2016-11-29 12:34:30 -05:00
playbook_executor.py Pass the absolute path to dirname when assigning basedir (#17457) 2016-09-16 08:19:43 -07:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py adds feature to allow connection to set action plugin (#18762) 2016-12-15 15:47:39 -05:00
task_queue_manager.py Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
task_result.py minor spelling changes 2016-12-13 13:51:13 -05:00