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/changelogs/fragments/48936-import-handlers.yaml

5 lines
280 B
YAML

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)