summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_result.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+1
* Cleanup for Python 3.9 and pycodestyle compat.Matt Clay2020-05-141-1/+1
* Always keep subset data for callbacks (#56881)Brian Coca2019-05-231-8/+12
* fixes for stripping (#52930)Brian Coca2019-03-121-1/+9
* fix tempating issues with no_log and loops (#44468)Brian Coca2018-08-211-1/+1
* Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337)Matt Martz2018-08-201-4/+2
* don't assume all delegation subkeys exist (#43032)Brian Coca2018-07-241-1/+2
* preserve delegation info on no_log (#42577)Brian Coca2018-07-111-0/+11
* no_log even when task_result doesn't provide keyBrian Coca2018-06-121-1/+1
* Honor ignore_errors when invoking the debugger, add config to disable this be...Matt Martz2018-05-311-2/+4
* hide uneeded fields for callbacks (#36259)Brian Coca2018-02-201-2/+2
* failed, skipped, and unreachable all seem to be needed for various callbacks....Matt Martz2018-01-181-2/+2
* Provide a way to explicitly invoke the debugger (#34006)Matt Martz2018-01-091-0/+20
* always preserve certain keys (#33637)Brian Coca2017-12-121-1/+6
* namespace factsBrian Coca2017-11-091-1/+1
* correctly deal with changed (#31812)Brian Coca2017-10-171-1/+1
* better cleanup on task results display (#27175)Brian Coca2017-10-161-0/+34
* Fix typoDag Wieers2017-09-191-19/+5
* Return code is not very useful to assume a task failedDag Wieers2017-06-271-1/+1
* Fix 'task name is not templated in retry callback' (add task_name property to...Adrian Likins2017-02-241-0/+5
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-1/+7
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* iterate through task results only if the key is not at the root level (#18214)jctanner2016-10-271-3/+5
* Performance improvementsJames Cammarata2016-08-081-2/+2
* task_result _check_key should handle empty results (#16766)Will Thames2016-08-041-1/+1
* add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic ...nitzmahone2016-05-051-3/+8
* Don't assume a task with non-dict loop results has been skipped.Andrew Taumoefolau2016-05-051-5/+2
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-1/+1
* Make sure we're actually looping before looking at 'results' in TaskResultJames Cammarata2015-07-241-2/+2
* Fix #11369 A result is skipped when all it's children are skipped. This makes...Piyush2015-07-161-1/+8
* Fixing bug in failed_when results introduced by c3c398cUli Martens2015-06-261-1/+2
* Cleaning up some task failure detection problemsJames Cammarata2015-06-171-1/+2
* Making the switch to v2James Cammarata2015-05-031-0/+61