mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
9 years ago | |
---|---|---|
.. | ||
cli | 9 years ago | |
compat | 9 years ago | |
config | 10 years ago | |
errors | 9 years ago | |
executor | 9 years ago | |
galaxy | 9 years ago | |
inventory | 9 years ago | |
module_utils | 9 years ago | |
modules | 9 years ago | |
new_inventory | 9 years ago | |
parsing | 9 years ago | |
playbook | 9 years ago | |
plugins | 9 years ago | |
template | 9 years ago | |
utils | 9 years ago | |
vars | 9 years ago | |
__init__.py | 9 years ago | |
constants.py | 9 years ago | |
test-requirements.txt | 10 years ago |