ansible/changelogs/fragments/48936-import-handlers.yaml

5 lines
280 B
YAML
Raw Normal View History

bugfixes:
- imports - Prevent the name of an import from being addressable as a handler, only the tasks within should
be addressable. Use an include instead of an import if you need to execute many tasks from a single handler
(https://github.com/ansible/ansible/issues/48936)