I am trying to develop a Ansible Inventory Plugin based on some examples I found on Github.
This is my Yaml File:
You don't need to have that Yaml file parsed/verified from within your plugin.
I found the error. I had to enable the auto and script plugin.
either the auto (which will try to find your custom plugin) or your
custom plugin need to be enabled.