mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Just move things around so that new_inventory doesn't interfere with testing
This commit is contained in:
@@ -23,8 +23,8 @@ __metaclass__ = type
|
|||||||
|
|
||||||
from ansible import constants as C
|
from ansible import constants as C
|
||||||
from ansible.inventory.group import Group
|
from ansible.inventory.group import Group
|
||||||
from ansible.inventory.host import Host
|
from .host import Host
|
||||||
from ansible.inventory.aggregate import InventoryAggregateParser
|
from ansible.plugins.inventory.aggregate import InventoryAggregateParser
|
||||||
|
|
||||||
class Inventory:
|
class Inventory:
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user