mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 16:19:10 +02:00
* add info about plugin name when ignoring abstract related to #78464 * added error to narrow down method
4 lines
291 B
YAML
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.
|