You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Development
Hi everyone,
I'm currently tinkering around the source code of the InventoryManager of Ansible and am currently stuck on how it normally picks up the loader and sources?
I'm trying to inherit attributes from the InventoryManager (with super.__init__()), but I need a loader to do so and DataLoader() doesn't seem to give me the right sources / doesn't parse the inventory correctly (or maybe it's something else, but I really don't know what).