mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Just move things around so that new_inventory doesn't interfere with testing
This commit is contained in:
parent
57ed994766
commit
eb788dd8f6
2 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ __metaclass__ = type
|
|||
|
||||
from ansible import constants as C
|
||||
from ansible.inventory.group import Group
|
||||
from ansible.inventory.host import Host
|
||||
from ansible.inventory.aggregate import InventoryAggregateParser
|
||||
from .host import Host
|
||||
from ansible.plugins.inventory.aggregate import InventoryAggregateParser
|
||||
|
||||
class Inventory:
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue