Skip to content

Commit

Permalink
Merge pull request #14716 from bdunne/fix_embedded_ansible_inventory_…
Browse files Browse the repository at this point in the history
…inheritence

An Ansible Tower "Inventory" is a ManageIQ "InventoryRootGroup"
  • Loading branch information
Fryguy authored Apr 10, 2017
2 parents c5790ad + c4b96dc commit feb614e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Inventory < ManageIQ::Providers::EmbeddedAutomationManager::InventoryGroup
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Inventory < ManageIQ::Providers::EmbeddedAutomationManager::InventoryRootGroup
end

0 comments on commit feb614e

Please sign in to comment.