cb70656c99
* 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
(cherry picked from commit ec1287ca7e
)
3 lines
177 B
YAML
3 lines
177 B
YAML
bugfixes:
|
|
- handlers - Only notify a handler if the handler is an exact match by ensuring `listen` is a list of strings.
|
|
(https://github.com/ansible/ansible/issues/55575)
|