ansible/test/integration/targets/handlers
Sloane Hertel ec1287ca7e
Fix notifying handlers by using an exact match (#55624)
* Fix notifying handlers by using an exact match rather than a string subset if listen is text rather than a list

* Enforce better type checking for listeners

* Share code for validating handler listeners

* Add test for handlers without names

* Add test for templating in handlers

* Add test for include_role

* Add a couple notes about 'listen' for handlers

* changelog

* Add a test for handlers without names

* Test templating in handlers

* changelog

* Add some tests for include_role

* Add a couple notes about 'listen' for handlers

* make more sense

* move local function into a class method
2019-06-27 17:29:20 -04:00
..
roles Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00
aliases
from_handlers.yml
handlers.yml
inventory.handlers
runme.sh Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00
test_force_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_listen.yml Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00
test_handlers_template_run_once.yml
test_listening_handlers.yml
test_templating_in_handlers.yml Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00