0656d1466a
`ansible_failed_task`: Contains the task data, essentially a serialized view of the Task() object. `ansible_failed_result`: Contains the result of the task failure, which is identical in function to registering the result. Doing so automatically like this saves the user from having to register every result in a block and then trying to figure out which result had the failure Similar to the way try/except/finally work, these variables will not be available in the `always` portion of a block unless there is a corresponding `rescue` first. Fixes #12341 |
||
---|---|---|
.. | ||
ansible |