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/includes
Brian Coca ccfb7b1364
Fix include_role error consitency and add rescueable option (#86012)
* include_role now behaves more like task on error

changes _from errors from syntax to task failures, by default
which makes it more consistent with other existing errors
 * also force 'missing role' to behave as syntax error when false
 * also error when subdir does not exist, previouslly we ignored missing
   file
 * add 'rescuable' toggle to allow user to chose error type

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
1 month ago
..
roles IncludedFile: store _from args for proper deduplication (#85628) 4 months ago
tasks Fix notify on import_tasks (#73572) 5 years ago
aliases Integration test cleanup (#84763) 9 months ago
import_no_rescue.yml Fix include_role error consitency and add rescueable option (#86012) 1 month ago
include_on_playbook_should_fail.yml Remove deprecated include (#80752) 3 years ago
include_role_error_handling.yml Fix include_role error consitency and add rescueable option (#86012) 1 month ago
include_role_missing.yml Fix include_role error consitency and add rescueable option (#86012) 1 month ago
includes_from_dedup.yml IncludedFile: store _from args for proper deduplication (#85628) 4 months ago
includes_loop_rescue.yml Prevent double failing hosts for includes in loops (#76928) 3 years ago
inherit_notify.yml Fix notify on import_tasks (#73572) 5 years ago
runme.sh Fix include_role error consitency and add rescueable option (#86012) 1 month ago
test_include_free.yml Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 5 years ago
test_include_host_pinned.yml
test_includes.yml import_playbook: remove deprecated free form params (#77431) 4 years ago
test_includes2.yml Remove deprecated include (#80752) 3 years ago
test_includes3.yml Remove deprecated include (#80752) 3 years ago
test_includes4.yml