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.
ansible/test/integration/targets/blocks
Martin Krizek 5c0b2c151c
Fix ansible_failed_{task,result} undefined in rescue (#64831)
This is a fix for a regression introduced by Perfy. Since then we mainly
operate on host.name instead of the Host object. In a call to
set_nonpersistent_facts where we set ansible_failed_task and
ansible_failed_result variables we were still passing the object which
led to those vars being undefined.

Fixes #64789
5 years ago
..
aliases Update Shippable integration test groups. (#43118) 6 years ago
block_fail.yml Revert Clear failed state in always only if we did rescue (#52968) 5 years ago
block_fail_tasks.yml Revert Clear failed state in always only if we did rescue (#52968) 5 years ago
block_rescue_vars.yml Fix ansible_failed_{task,result} undefined in rescue (#64831) 5 years ago
fail.yml Split integration tests out from Makefile. (#17976) 8 years ago
main.yml More test fixes for split controller/remote tests. 6 years ago
nested_fail.yml Split integration tests out from Makefile. (#17976) 8 years ago
nested_nested_fail.yml Split integration tests out from Makefile. (#17976) 8 years ago
runme.sh Fix ansible_failed_{task,result} undefined in rescue (#64831) 5 years ago