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
Sloane Hertel c8d413164d
ignore/warn for undefined vars in unused handler names (#75244)
* Make undefined variables in handler names non-fatal if the handler is not used

* If the handler has no way to be notified (i.e. the name can't be templated and the handler has no listen topics), display a warning

* Add tests for variables in handler names

* changelog
3 years ago
..
roles ignore/warn for undefined vars in unused handler names (#75244) 3 years ago
58841.yml ignore/warn for undefined vars in unused handler names (#75244) 3 years ago
aliases
from_handlers.yml
handlers.yml
inventory.handlers
runme.sh ignore/warn for undefined vars in unused handler names (#75244) 3 years ago
test_force_handlers.yml
test_handlers.yml
test_handlers_any_errors_fatal.yml
test_handlers_include.yml Remove include from tests (#74330) 4 years ago
test_handlers_include_role.yml
test_handlers_including_task.yml
test_handlers_inexistent_notify.yml
test_handlers_listen.yml
test_handlers_template_run_once.yml
test_listening_handlers.yml
test_role_handlers_including_tasks.yml
test_templating_in_handlers.yml