mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
With the latest pylint version, an issue is raised by inheriting from BaseInventoryPlugin, as the class has too many ancestors (too-many-ancestors). This is caused by a class hierarchy that is too deep, and is not under ansible-freeipa's control.