Actions
Refactor #31482
closedallow ansible inventory template to work without Ansible plugin
Description
in #31193 we removed the requirement for the Ansible inventory to be used with Katello, but I actually think we don't need the Ansible plugin at all.
while the plugin provides a nice and stable API endpoint to render the report, it can also be rendered just fine with the "normal" core API -- if one knows the report id to render ;)
Actions