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/handlers
James Cammarata 660f1726c8
Register handlers immediately if currently iterating handlers (#80898)
This fixes the issue where handlers notifying other handlers are
not properly run because the notification is not registered unless
another flush_handlers occurs. Instead, if the current host state
is iterating handlers we immediately register the handler to be
run so the notification is not lost.

Fixes #80880
1 year ago
..
roles Last handler defined runs, fix for roles (#79558) 2 years ago
46447.yml
52561.yml
54991.yml
58841.yml
79776-handlers.yml Fix conditionally notified include handlers (#79804) 2 years ago
79776.yml Fix conditionally notified include handlers (#79804) 2 years ago
80880.yml Register handlers immediately if currently iterating handlers (#80898) 1 year ago
aliases
from_handlers.yml
handlers.yml
include_handlers_fail_force-handlers.yml
include_handlers_fail_force.yml
inventory.handlers
order.yml
runme.sh Register handlers immediately if currently iterating handlers (#80898) 1 year ago
test_block_as_handler-import.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler-include.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler-include_import-handlers.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_block_as_handler.yml Make using blocks as handlers a parser error (#79993) 2 years ago
test_flush_handlers_as_handler.yml
test_flush_handlers_rescue_always.yml
test_flush_in_rescue_always.yml
test_force_handlers.yml
test_fqcn_meta_flush_handlers.yml
test_handlers.yml
test_handlers_any_errors_fatal.yml
test_handlers_include.yml
test_handlers_include_role.yml
test_handlers_including_task.yml
test_handlers_inexistent_notify.yml
test_handlers_infinite_loop.yml
test_handlers_listen.yml
test_handlers_meta.yml
test_handlers_template_run_once.yml
test_include_role_handler_once.yml Last handler defined runs, fix for roles (#79558) 2 years ago
test_listening_handlers.yml
test_notify_included-handlers.yml
test_notify_included.yml
test_role_as_handler.yml
test_role_handlers_including_tasks.yml
test_skip_flush.yml
test_templating_in_handlers.yml