mirror of https://github.com/ansible/ansible.git
add info about plugin name when ignoring abstract errors (#78465)
* add info about plugin name when ignoring abstract related to #78464 * added error to narrow down methodpull/78528/head
parent
99016653a2
commit
3a59cb25f4
@ -0,0 +1,3 @@
|
||||
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.
|
||||
Loading…
Reference in New Issue