mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix YAML inventory unit test
This commit is contained in:
parent
4d6c28f8c3
commit
8dff0b091e
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ class IniInventory(unittest.TestCase):
|
||||||
---
|
---
|
||||||
all:
|
all:
|
||||||
hosts:
|
hosts:
|
||||||
test1
|
test1:
|
||||||
test2
|
test2:
|
||||||
""")}
|
""")}
|
||||||
C.INVENTORY_ENABLED = ['yaml']
|
C.INVENTORY_ENABLED = ['yaml']
|
||||||
fake_loader = DictDataLoader(inventory_content)
|
fake_loader = DictDataLoader(inventory_content)
|
||||||
|
|
Loading…
Reference in a new issue