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/abstract_errors_info.yml

4 lines
291 B
YAML

bugfixes:
- plugin loader, now when skipping a plugin due to an abstract method error we provide that in 'verbose' mode instead of totally obscuring the error.
The current implementation assumed only the base classes would trigger this and failed to consider 'in development' plugins.